]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16405 Manual on-boarding CFamily tutorials now link to "otherci" repository...
authorArseniy Zaostrovnykh <70532144+arseniy-sonar@users.noreply.github.com>
Mon, 9 May 2022 10:12:28 +0000 (12:12 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 11 May 2022 20:02:59 +0000 (20:02 +0000)
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.

server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx

index 5d9cbb04e47ae45e61de9c94a3ec84dcfde8793b..b145f9c2de9f0f3638a5edcf10c48eb18b1b20bc 100644 (file)
@@ -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(