diff --git a/README.md b/README.md index a15e310..83a729c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Coding guidelines for the ALICE O2 project. ### Documents -* [Coding guidelines](https://rawgit.com/AliceO2Group/CodingGuidelines/master/coding_guidelines.html) -* [Naming and formatting conventions](https://rawgit.com/AliceO2Group/CodingGuidelines/master/naming_formatting.html) -* [Comments guidelines](https://rawgit.com/AliceO2Group/CodingGuidelines/master/comments_guidelines.html) +* [ALICE O2 C++ Coding Guidelines](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/coding_guidelines.html) +* [ALICE O2 C++ Naming & Formatting Rules](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/naming_formatting.html) +* [ALICE O2 C++ Comments Guidelines](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/comments_guidelines.html) ### Formatting tool The ALICE O2 projects use `clang-format` to push for a common code formatting. The rules are defined in