From 71155d8dc6ec910d7cb27323d8d2440dd547b013 Mon Sep 17 00:00:00 2001
From: Benoit Rospars <benoit.rospars@inria.fr>
Date: Thu, 20 Feb 2025 12:06:19 +0100
Subject: [PATCH] Change source code link

---
 custom/epoc-theme/copyright.en.html  | 2 +-
 custom/epoc-theme/copyright.html     | 2 +-
 docs/guide/developer/contributing.md | 2 +-
 docs/guide/developer/data-types.md   | 2 +-
 mkdocs.yml                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/custom/epoc-theme/copyright.en.html b/custom/epoc-theme/copyright.en.html
index a0d3f67..e979949 100644
--- a/custom/epoc-theme/copyright.en.html
+++ b/custom/epoc-theme/copyright.en.html
@@ -4,7 +4,7 @@
         <ul class="mb-4 list-unstyled p-small">
             <li class="mb-2">
                 <a href="{{ config.repo_url }}" target="_blank">
-                    <i class="fab fa-gitlab"></i> Source code
+                    <i class="fab fa-github"></i> Source code
                 </a>
             </li>
         </ul>
diff --git a/custom/epoc-theme/copyright.html b/custom/epoc-theme/copyright.html
index bac1c85..2a3a6be 100644
--- a/custom/epoc-theme/copyright.html
+++ b/custom/epoc-theme/copyright.html
@@ -6,7 +6,7 @@
             <li class="mb-2"><a href="/privacy">Vie privée</a></li>
             <li class="mb-2">
                 <a href="{{ config.repo_url }}" target="_blank">
-                    <i class="fab fa-gitlab"></i> Code source
+                    <i class="fab fa-github"></i> Code source
                 </a>
             </li>
         </ul>
diff --git a/docs/guide/developer/contributing.md b/docs/guide/developer/contributing.md
index 891517f..b265543 100644
--- a/docs/guide/developer/contributing.md
+++ b/docs/guide/developer/contributing.md
@@ -34,7 +34,7 @@ Pour en savoir plus sur les différentes façons de contribuer à ePoc et pour r
 
 ## Liens utiles
 
-- [Sources](https://gitlab.inria.fr/learninglab/epoc/)
+- [Sources](https://github.com/ePoc-app)
 - [Tchap](https://www.tchap.gouv.fr/#/room/#epoc:agent.education.tchap.gouv.fr)
 - [Discord](https://discord.gg/xzSVeuPEtH)
 - [Documentation des plugins](plugins.md)
\ No newline at end of file
diff --git a/docs/guide/developer/data-types.md b/docs/guide/developer/data-types.md
index f51b0be..f4a0f7b 100644
--- a/docs/guide/developer/data-types.md
+++ b/docs/guide/developer/data-types.md
@@ -12,6 +12,6 @@ npm i @epoc/epoc-types
 
 ## Liens utiles
 
-- [Types](https://gitlab.inria.fr/learninglab/epoc/epoc-types/-/tree/master/src/v1)
+- [Types](https://github.com/ePoc-app/epoc-types/tree/master/src/v1)
 - [Package](https://www.npmjs.com/package/@epoc/epoc-types)
 
diff --git a/mkdocs.yml b/mkdocs.yml
index f175b26..3f0b262 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,6 +1,6 @@
 site_name: ePoc Mobile Learning
 site_url: https://epoc.inria.fr/
-repo_url: https://gitlab.inria.fr/learninglab/epoc
+repo_url: https://github.com/ePoc-app
 dev_addr: '127.0.0.1:1091'
 theme:
   name: material
-- 
GitLab