From: Arseniy Zaostrovnykh <70532144+arseniy-sonar@users.noreply.github.com> Date: Mon, 9 May 2022 10:12:28 +0000 (+0200) Subject: SONAR-16405 Manual on-boarding CFamily tutorials now link to "otherci" repository... X-Git-Tag: 9.5.0.56709~150 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b2ade9f0fd4c2472b4d69b8fb25d0c219d24aa15;p=sonarqube.git 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. --- 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(