diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-25 14:52:17 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-25 14:52:17 +0100 |
commit | 05a64f6fd94eae5054cf9f5ee550988532fccf74 (patch) | |
tree | c34d5253aefb2e78193834d27b5968a335f131e7 | |
parent | f640d30ce85e0e84f5824e117d465790098aeffc (diff) | |
download | midipix_build-05a64f6fd94eae5054cf9f5ee550988532fccf74.tar.bz2 midipix_build-05a64f6fd94eae5054cf9f5ee550988532fccf74.tar.xz |
etc/README.md: updated.
-rw-r--r-- | etc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md index b51a447a..36feae98 100644 --- a/etc/README.md +++ b/etc/README.md @@ -44,7 +44,7 @@ Windows platform. While the idea itself is not new, the approach taken in midipix to code portability is radically different from that found
in other projects.
-*(reproduced from [\[2](#r2)])*
+*(reproduced from [[2](https://midipix.org/#sec-midipix)])*
[Back to top](#table-of-contents)
@@ -56,7 +56,7 @@ in other projects. A Midipix distribution consists of the following:
* the native Midipix toolchain, consisting of perk, gcc, its dependencies,
and binutils,
-* musl, a lightweight, fast, simple, and free libc[\[1](#r1)] used by Midipix,
+* musl, a lightweight, fast, simple, and free libc[[1](https://www.musl-libc.org/faq.html)] used by Midipix,
* the Midipix runtime components that bridge the gap between the libc and the
executive subsystems of all Windows NT-derived Windows OS starting with and
including Windows XP, and
|