From b2ade9f0fd4c2472b4d69b8fb25d0c219d24aa15 Mon Sep 17 00:00:00 2001 From: Arseniy Zaostrovnykh <70532144+arseniy-sonar@users.noreply.github.com> Date: Mon, 9 May 2022 12:12:28 +0200 Subject: [PATCH] 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. --- .../tutorials/components/GithubCFamilyExampleRepositories.tsx | 4 ++-- 1 file 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( -- 2.39.5