diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-20 12:42:29 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-21 14:09:18 +0000 |
commit | d9884d480b8117cdef6b14cbb1ed8bd07d8bca41 (patch) | |
tree | b6566a67be95b1bcaabf04a02eafea1a8b82e44b /Documentation/contributing | |
parent | 41dbba97781b17eb2f6eb8d95f3f727d949840e8 (diff) |
Documentation/contributing/gsoc: Use paths to md files
Replace HTTP links with paths to Markdown files where possible.
Change-Id: I0ecca6460105b10b81c4fc014f00235b5d9b861c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62205
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/contributing')
-rw-r--r-- | Documentation/contributing/gsoc.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/contributing/gsoc.md b/Documentation/contributing/gsoc.md index 17f3189361..bcc732ab4c 100644 --- a/Documentation/contributing/gsoc.md +++ b/Documentation/contributing/gsoc.md @@ -237,13 +237,13 @@ questions. * Ron Minnich -[community forums]: https://doc.coreboot.org/community/forums.html +[community forums]: ../community/forums.md [mailing list]: https://mail.coreboot.org/postorius/lists/coreboot.coreboot.org -[Getting started]: https://doc.coreboot.org/getting_started/index.html -[Tutorial]: https://doc.coreboot.org/tutorial/index.html -[Flashing firmware tutorial]: https://doc.coreboot.org/flash_tutorial/index.html -[Coding style]: https://doc.coreboot.org/contributing/coding_style.html -[Code of Conduct]: https://doc.coreboot.org/community/code_of_conduct.html -[Language style]: https://doc.coreboot.org/community/language_style.html +[Getting started]: ../getting_started/index.md +[Tutorial]: ../tutorial/index.md +[Flashing firmware tutorial]: ../flash_tutorial/index.md +[Coding style]: coding_style.md +[Code of Conduct]: ../community/code_of_conduct.md +[Language style]: ../community/language_style.md [GSoC Contributor Guide]: https://google.github.io/gsocguides/student [GSoC Mentor Guide]: https://google.github.io/gsocguides/mentor |