From 75bd21e507ecda30c3420a2cd08a00765cc2046f Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:48:45 +0200 Subject: [PATCH] Move to Github pages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a15e310..668d861 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) +* [Coding guidelines](https://aliceo2group.github.io/CodingGuidelines/coding_guidelines.html) +* [Naming and formatting conventions](https://aliceo2group.github.io/CodingGuidelines/naming_formatting.html) +* [Comments guidelines](https://aliceo2group.github.io/CodingGuidelines/comments_guidelines.html) ### Formatting tool The ALICE O2 projects use `clang-format` to push for a common code formatting. The rules are defined in