Skip to content

Commit c3f231d

Browse files
Updated github links
1 parent 8fcf625 commit c3f231d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.adoc

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Linux\CMake
22

3-
A build of the https://github.com/sc-sq-c-family-examples/code[code repository] on a Linux platform using CMake build system.
3+
A build of the https://github.com/sonarsource-cfamily-examples/code[code repository] on a Linux platform using CMake build system.
44

55
To build the code run:
66
----
@@ -11,37 +11,37 @@ make
1111

1212
= Code Description
1313

14-
An example of a flawed C++ code. The https://github.com/sc-sq-c-family-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows.
14+
An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows.
1515

16-
The https://github.com/sc-sq-c-family-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI.
16+
The https://github.com/sonarsource-cfamily-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI.
1717
The downstream repositories are analyzed either with https://www.sonarqube.org/[SonarQube] or https://sonarcloud.io/[SonarCloud].
1818

1919
You can find examples for:
2020

21-
* https://github.com/sc-sq-c-family-examples?q=linux[Linux]
22-
* https://github.com/sc-sq-c-family-examples?q=macos[MacOS]
23-
* https://github.com/sc-sq-c-family-examples?q=windows[Windows]
21+
* https://github.com/sonarsource-cfamily-examples?q=linux[Linux]
22+
* https://github.com/sonarsource-cfamily-examples?q=macos[MacOS]
23+
* https://github.com/sonarsource-cfamily-examples?q=windows[Windows]
2424

2525
Using the following build systems:
2626

27-
* https://github.com/sc-sq-c-family-examples?q=cmake[CMake]
28-
* https://github.com/sc-sq-c-family-examples?q=autotools[GNU Autotools]
29-
* https://github.com/sc-sq-c-family-examples?q=xcode[Xcode]
30-
* https://github.com/sc-sq-c-family-examples?q=msbuild[MSBuild]
27+
* https://github.com/sonarsource-cfamily-examples?q=cmake[CMake]
28+
* https://github.com/sonarsource-cfamily-examples?q=autotools[GNU Autotools]
29+
* https://github.com/sonarsource-cfamily-examples?q=xcode[Xcode]
30+
* https://github.com/sonarsource-cfamily-examples?q=msbuild[MSBuild]
3131

3232
Running on the following CI services:
3333

34-
* https://github.com/sc-sq-c-family-examples?q=azure[Azure DevOps]
35-
* https://github.com/sc-sq-c-family-examples?q=gh-actions[GitHub Actions]
36-
* https://github.com/sc-sq-c-family-examples?q=travis[Travis]
37-
* https://github.com/sc-sq-c-family-examples?q=jenkins[Jenkins]
38-
* https://github.com/sc-sq-c-family-examples?q=gitlab[GitLab CI]
39-
* https://github.com/sc-sq-c-family-examples?q=bitbucket[BitBucket Pipelines]
34+
* https://github.com/sonarsource-cfamily-examples?q=azure[Azure DevOps]
35+
* https://github.com/sonarsource-cfamily-examples?q=gh-actions[GitHub Actions]
36+
* https://github.com/sonarsource-cfamily-examples?q=travis[Travis]
37+
* https://github.com/sonarsource-cfamily-examples?q=jenkins[Jenkins]
38+
* https://github.com/sonarsource-cfamily-examples?q=gitlab[GitLab CI]
39+
* https://github.com/sonarsource-cfamily-examples?q=bitbucket[BitBucket Pipelines]
4040

4141
Configured for analysis on:
4242

43-
* https://github.com/sc-sq-c-family-examples?q=-sq[SonarQube]
44-
* https://github.com/sc-sq-c-family-examples?q=-sc[SonarCloud]
43+
* https://github.com/sonarsource-cfamily-examples?q=-sq[SonarQube]
44+
* https://github.com/sonarsource-cfamily-examples?q=-sc[SonarCloud]
4545

4646

47-
See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sc-sq-c-family-examples[this GitHub organization] and the relations between its different repositories.
47+
See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sonarsource-cfamily-examples[this GitHub organization] and the relations between its different repositories.

0 commit comments

Comments
 (0)