From 6ff4e7b750142af1f08460789a813adc82c64ce6 Mon Sep 17 00:00:00 2001 From: leastinformednerd <44210006+leastinformednerd@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:14:58 +1300 Subject: [PATCH 1/2] Update INDEX.md Updated the link for the name explanation to reflect the new location of the book --- assets/INDEX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/INDEX.md b/assets/INDEX.md index 098884a6..f4b6dd31 100644 --- a/assets/INDEX.md +++ b/assets/INDEX.md @@ -31,7 +31,7 @@ To get involved in MnemOS development, you can: The following pages summarize various components of MnemOS: -[name]: /book/#where-does-the-name-come-fromhow-do-i-pronounce-it +[name]: /mnemosprojectoverview/book/#where-does-the-name-come-fromhow-do-i-pronounce-it [d1]: https://github.com/tosc-rs/mnemos/tree/main/platforms/allwinner-d1 [x86]: https://github.com/tosc-rs/mnemos/tree/main/platforms/x86_64 [Erlang]: https://en.wikipedia.org/wiki/Erlang_(programming_language)#Processes From 6487195df36528df3adf03fa9466563fc65d9f72 Mon Sep 17 00:00:00 2001 From: leastinformednerd <44210006+leastinformednerd@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:57:19 +1300 Subject: [PATCH 2/2] Update INDEX.md Embarrassingly my initial commit's link was still incorrect. I've updated it to *actually* point to the correct location --- assets/INDEX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/INDEX.md b/assets/INDEX.md index f4b6dd31..5dd5eeb5 100644 --- a/assets/INDEX.md +++ b/assets/INDEX.md @@ -31,7 +31,7 @@ To get involved in MnemOS development, you can: The following pages summarize various components of MnemOS: -[name]: /mnemosprojectoverview/book/#where-does-the-name-come-fromhow-do-i-pronounce-it +[name]: mnemosprojectoverview/book/what-is-mnemos#where-does-the-name-come-fromhow-do-i-pronounce-it [d1]: https://github.com/tosc-rs/mnemos/tree/main/platforms/allwinner-d1 [x86]: https://github.com/tosc-rs/mnemos/tree/main/platforms/x86_64 [Erlang]: https://en.wikipedia.org/wiki/Erlang_(programming_language)#Processes