From 8b6220f82ebb9e9bec20cb787f1e8eec1c6b7e27 Mon Sep 17 00:00:00 2001 From: Goutte Date: Fri, 8 Jan 2021 15:49:50 +0100 Subject: [PATCH] chore: m3p2.ljbac.com -> gitlab.m3p2.com --- .gitlab-ci.yml | 2 +- 07.about/10.contributing/page.en.md | 8 ++++---- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4416e00b5..083f6d9a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ deploy: image: appropriate/curl:latest script: - echo "Sending hook(s) to the production server(s)…" - - curl --no-buffer --silent --show-error https://courses.m3p2.ljbac.com/sync + - curl --no-buffer --silent --show-error https://m3p2.com/sync - echo "Deployed!" # Ideally we should test all the pages of the website diff --git a/07.about/10.contributing/page.en.md b/07.about/10.contributing/page.en.md index 5d367531d..bf3485940 100755 --- a/07.about/10.contributing/page.en.md +++ b/07.about/10.contributing/page.en.md @@ -18,12 +18,12 @@ Translations should probably follow the same license as the original works. - 📖 *Flat files* - [enhanced markdown](#enhanced-markdown) for content - [YAML frontmatter](https://learn.getgrav.org/15/content/headers) for metadata -- 🦊 *Continuous integration* using [GitLab (Ruby)](https://m3p2.ljbac.com) +- 🦊 *Continuous integration* using [GitLab (Ruby)](https://gitlab.m3p2.com) - edit courses from your browser, using GitLab's WebIDE - 🌎 *Decentralized versioning* using [Git](https://en.wikipedia.org/wiki/Git) - asynchronous and offline collaboration - scales to thousands of contributors -- 🚀 *HTML generation* using [Grav (PHP)](https://m3p2.ljbac.com/m3p2/grav-website) +- 🚀 *HTML generation* using [Grav (PHP)](https://gitlab.m3p2.com/m3p2/grav-website) - basically the new WordPress, _but much better_ - vibrant and growing community in 2019 @@ -59,7 +59,7 @@ GitLab --> |updates| Website #### Via GitLab -You only need a modern browser to [use the WebIDE](https://m3p2.ljbac.com/-/ide/project/m3p2/courses/edit/master/-/). +You only need a modern browser to [use the WebIDE](https://gitlab.m3p2.com/-/ide/project/m3p2/courses/edit/master/-/). !!! GitLab's preview may differ slightly from the end result. @@ -78,7 +78,7 @@ Here is a nice tutorial (in french) : https://openclassrooms.com/fr/courses/1233 #### Via Local Website -This third level of edition is for experts who can [run the website locally](https://m3p2.ljbac.com/m3p2/grav-website#run-locally-for-fast-development) +This third level of edition is for experts who can [run the website locally](https://gitlab.m3p2.com/m3p2/grav-website#run-locally-for-fast-development) to instantly preview their changes, and use the powerful Grav's admin tools for page edition. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2a66a3af..cbdb9dbe3 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ You won't be able to 100% accurately preview the result until you commit and the ### The powerful way Run the website locally and preview your changes instantly. -Head over to the [sources of the server instance](https://m3p2.ljbac.com/m3p2/grav-website) to learn how to set it up. +Head over to the [sources of the server instance](https://gitlab.m3p2.com/m3p2/grav-website) to learn how to set it up. ## File Structure diff --git a/README.md b/README.md index 70742ccf8..f3e197d76 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A flat-file database of courses in multiple languages. ## Browse -The courses are [available here](https://courses.m3p2.ljbac.com). (alpha version, **DO NOT SHARE THE LINK**) +The courses are [available here](https://m3p2.com). ## Contribute @@ -14,4 +14,4 @@ Anyone can contribute to the courses, in a wikipedia manner, but with the consen Contributions are done via the usual git fork|merge flow. -Read [CONTRIBUTING](CONTRIBUTING.md) for more information. \ No newline at end of file +Read [CONTRIBUTING](CONTRIBUTING.md) for more information.