Skip to content

Commit

Permalink
feat: update development docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Mar 2, 2021
1 parent feb7cdd commit 1342631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ course = yaml_loader.load_course("./path/to/my/course")
<a href="https://github.com/kantord/LibreLingo/blob/main/docs/CONTRIBUTING.md">🌟 Getting started</a>
</li>
<li>
<a href="https://librelingo.readthedocs.io/en/latest/">📜 Development documentation</a>
<a href="https://librelingo.app/docs/">📜 Development documentation</a>
</li>
</ul>
</td>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/development.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<div class="buttons buttons-bottom">
<a
class="button is-primary is-inverted is-outlined"
href="https://librelingo.readthedocs.io/en/latest/"
href="https://librelingo.app/docs/"
>
Development documentation
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1342631

Please sign in to comment.