diff options
author | Arseniy Zaostrovnykh <70532144+arseniy-sonar@users.noreply.github.com> | 2022-05-09 12:12:28 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-05-11 20:02:59 +0000 |
commit | b2ade9f0fd4c2472b4d69b8fb25d0c219d24aa15 (patch) | |
tree | e80fd68407bbe56977dfc0e583ce0ce0d144d4ca /server | |
parent | b507c1c7bb753f87be137dd82a9b8cace24f3bcb (diff) | |
download | sonarqube-b2ade9f0fd4c2472b4d69b8fb25d0c219d24aa15.tar.gz sonarqube-b2ade9f0fd4c2472b4d69b8fb25d0c219d24aa15.zip |
SONAR-16405 Manual on-boarding CFamily tutorials now link to "otherci" repository examples
We have renamed the *-manual-sq examples to *-otherci-sq for consistency with the *-otherci-sc examples in the https://github.com/sonarsource-cfamily-examples organization.
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx b/server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx index 5d9cbb04e47..b145f9c2de9 100644 --- a/server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx +++ b/server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx @@ -42,8 +42,8 @@ const CI_SEARCH_MAP = { [TutorialModes.GitHubActions]: 'gh-actions', [TutorialModes.GitLabCI]: 'gitlab', [TutorialModes.BitbucketPipelines]: 'bitbucket', - [TutorialModes.Manual]: 'manual', - [TutorialModes.OtherCI]: 'manual' + [TutorialModes.Manual]: 'otherci', + [TutorialModes.OtherCI]: 'otherci' }; export default function GithubCFamilyExampleRepositories( |