diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-20 21:46:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-20 21:46:49 +0000 |
commit | a192312d3060c37c9451ac05e1a939293db5b941 (patch) | |
tree | a22aca58787d7b847dcf16415fe8829abe1a8fa1 /Source/SPConstants.h | |
parent | 4f1551950fb585328fe808f553122ff576063bab (diff) | |
download | sequelpro-a192312d3060c37c9451ac05e1a939293db5b941.tar.gz sequelpro-a192312d3060c37c9451ac05e1a939293db5b941.tar.bz2 sequelpro-a192312d3060c37c9451ac05e1a939293db5b941.zip |
Fix broken documentation links.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index a744188a..bcf0d5b3 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -233,9 +233,9 @@ typedef enum #define SPLOCALIZEDURL_DOCUMENTATION NSLocalizedString(@"http://www.sequelpro.com/docs/", @"Localized documentation home page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_CONTACT NSLocalizedString(@"http://www.sequelpro.com/docs/Contact_the_developers", @"Localized contact page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_KEYBOARDSHORTCUTS NSLocalizedString(@"http://www.sequelpro.com/docs/Keyboard_Shortcuts", @"Localized keyboard shortcuts page - do not localize if no translated webpage is available") -#define SPLOCALIZEDURL_CONNECTIONHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Getting_Connected", @"Localized connection help page - do not localize if no translated webpage is available") +#define SPLOCALIZEDURL_CONNECTIONHELP NSLocalizedString(@"http://www.sequelpro.com/docs/category/getting-connected/", @"Localized connection help page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_TRANSLATIONFEEDBACK NSLocalizedString(@"http://dev.sequelpro.com/translate/feedback", @"Localized translation feedback page - do not localize if no translated webpage is available") -#define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available") +#define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/bundles/reference/", @"Localized help page for bundle editor - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_CONTENTFILTERHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Content_Filters", @"Localized help page for content filter - do not localize if no translated webpage is available") // Narrow down completion max rows |