diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-08-02 15:00:49 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-08-07 20:21:22 +0200 |
commit | c5e8b72a30d0b91c54e7f47bc74eb238311cf6ac (patch) | |
tree | 2e161fb24fbe81361c52c15d3b7e34614fc9e414 /server/sonar-web/src/main/js/app/utils/startReactApp.tsx | |
parent | 995807ad4d6473f819764bb55b59c641292596cf (diff) | |
download | sonarqube-c5e8b72a30d0b91c54e7f47bc74eb238311cf6ac.tar.gz sonarqube-c5e8b72a30d0b91c54e7f47bc74eb238311cf6ac.zip |
SONAR-12342 Align VB.Net documentation key with plugin key
Diffstat (limited to 'server/sonar-web/src/main/js/app/utils/startReactApp.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/utils/startReactApp.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx index 8581a91d544..f60009a4bc9 100644 --- a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx +++ b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx @@ -132,6 +132,10 @@ export default function startReactApp( <Redirect from="/component/index" to="/component" /> <Redirect from="/component_issues" to="/project/issues" /> <Redirect from="/dashboard/index" to="/dashboard" /> + <Redirect + from="/documentation/analysis/languages/vb" + to="/documentation/analysis/languages/vbnet/" + /> <Redirect from="/governance" to="/portfolio" /> <Redirect from="/groups" to="/admin/groups" /> <Redirect from="/extension/governance/portfolios" to="/portfolios" /> |