From d9884d480b8117cdef6b14cbb1ed8bd07d8bca41 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 20 Feb 2022 12:42:29 +0100 Subject: [PATCH] Documentation/contributing/gsoc: Use paths to md files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace HTTP links with paths to Markdown files where possible. Change-Id: I0ecca6460105b10b81c4fc014f00235b5d9b861c Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/62205 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Michael Niewöhner --- Documentation/contributing/gsoc.md | 14 +++++++------- 1 file 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