diff --git a/custom/epoc-theme/copyright.en.html b/custom/epoc-theme/copyright.en.html index a0d3f67c3bfb8be759c99e3f4252303d2deb2895..e979949710635385db8097b78ffc9e7b581cbaa7 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 bac1c857bfc5187b78f9f9c9889612a6d9778137..2a3a6be97cf8cfa9aad6607ffbe5f0b7b7b8d500 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 891517fd05841d355180690a0333fb78990311aa..b265543b31bc52ec8693f4c98e1e317be1b77ba8 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 f51b0be8b412e92d9396cfbafa4ca06ce74fc7af..f4a0f7b36bb79dd0cd488af8d9ec08408885c365 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 f175b2693464c8d096806224f1d549b0eaafe1d2..3f0b262e4df2373d64037b786a0c29da5c5e9f11 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