diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-18 18:58:29 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-18 18:58:29 -0700 |
commit | 66ce816cb71cb4e223187e6007596587fc1056ff (patch) | |
tree | 8acc88fdf8da7b3a0b2b51566074ae9850e31461 | |
parent | f9a4b65cea96517b01b5185344c69d7bfeb5fc0e (diff) | |
download | cproc-66ce816cb71cb4e223187e6007596587fc1056ff.tar.xz |
Mirror repository at man.sr.ht to get rendered markdown documents
-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/ |