diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | doc/software.md | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -73,8 +73,8 @@ Please report any issues to https://todo.sr.ht/~mcf/cc-issues. [QBE]: https://c9x.me/compile/ [C11]: http://port70.net/~nsz/c/c11/n1570.html [ISC]: https://git.sr.ht/~mcf/cc/blob/master/LICENSE -[extensions]: https://git.sr.ht/~mcf/cc/tree/master/doc/extensions.md -[software]: https://git.sr.ht/~mcf/cc/tree/master/doc/software.md +[extensions]: https://man.sr.ht/~mcf/cc/doc/extensions.md +[software]: https://man.sr.ht/~mcf/cc/doc/software.md [8cc]: https://github.com/rui314/8cc [c]: https://github.com/andrewchambers/c [scc]: http://www.simple-cc.org/ diff --git a/doc/software.md b/doc/software.md index 86a9215..51fae73 100644 --- a/doc/software.md +++ b/doc/software.md @@ -44,3 +44,5 @@ Configure with ./configure CC=/path/to/cc CFLAGS_FOR_BUILD=-D_GNU_SOURCE \ --disable-intl --disable-gdb --disable-plugins --disable-readline + +[binutils]: https://www.gnu.org/software/binutils/ |