From 1342631e7f582ce1919c0c09d5768c6959e7e700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20K=C3=A1ntor?= Date: Tue, 2 Mar 2021 10:53:20 +0100 Subject: [PATCH] feat: update development docs link --- README.md | 2 +- apps/web/src/routes/development.svelte | 2 +- docs/CONTRIBUTING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79cb8472aefc..a7d8a1ebd90c 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ course = yaml_loader.load_course("./path/to/my/course") 🌟 Getting started
  • - 📜 Development documentation + 📜 Development documentation
  • diff --git a/apps/web/src/routes/development.svelte b/apps/web/src/routes/development.svelte index d5ad0f5f1ecc..ebc541d312bf 100644 --- a/apps/web/src/routes/development.svelte +++ b/apps/web/src/routes/development.svelte @@ -176,7 +176,7 @@
    Development documentation diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0da2c2b8e70a..a40988d6b767 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -11,7 +11,7 @@ The site is statically built and hosted on GitHub pages, therefore there's no re ## Getting started Please check out our development documentation for instructions on -[setting up the development environment.](https://librelingo.readthedocs.io/en/latest/#setting-up-the-development-environment) +[setting up the development environment.](https://librelingo.app/docs/#setting-up-the-development-environment) ### Pick an issue