Skip to content

Commit 1a2b77d

Browse files
committed
doc: fix outdated links in CONTRIBUTING.md
1 parent 0adf9e9 commit 1a2b77d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ As a reminder, all contributors are expected to follow our
2424
If you are just beginning to work with RIOT you might first want to read our
2525
[documentation]. Especially the following sections might be of interest to you
2626

27-
- [Getting Started](https://doc.riot-os.org/getting-started.html)
28-
- [Creating modules](https://doc.riot-os.org/creating-modules.html)
29-
- [Creating an application](https://doc.riot-os.org/creating-an-application.html)
27+
- [Getting Started](https://guide.riot-os.org/getting-started/installing/)
28+
- [Creating modules](https://guide.riot-os.org/advanced_tutorials/creating_modules/)
29+
- [Creating an application](https://guide.riot-os.org/advanced_tutorials/creating_application/)
3030

3131
[documentation]: https://doc.riot-os.org
3232

@@ -234,7 +234,7 @@ In this section, we give the bare minimum for a better experience with our
234234
development workflow on GitHub.
235235

236236
[try-github-io]: https://try.github.io/
237-
[git-scm-getting-started]: https://git-scm.com/book/en/v2/Getting-Started-Git-Basics
237+
[git-scm-getting-started]: https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository
238238

239239
### Setup your local RIOT repository
240240

0 commit comments

Comments
 (0)