aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/urls.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/urls.ts')
-rw-r--r--server/sonar-web/src/main/js/helpers/urls.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/helpers/urls.ts b/server/sonar-web/src/main/js/helpers/urls.ts
index 1e45ca3cf47..05864ca8404 100644
--- a/server/sonar-web/src/main/js/helpers/urls.ts
+++ b/server/sonar-web/src/main/js/helpers/urls.ts
@@ -239,8 +239,8 @@ export function getRuleUrl(rule: string) {
return getRulesUrl({ open: rule, rule_key: rule });
}
-export function getMarkdownHelpUrl(): string {
- return getBaseUrl() + '/markdown/help';
+export function getFormattingHelpUrl(): string {
+ return getBaseUrl() + '/formatting/help';
}
export function getCodeUrl(