diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-08 17:45:11 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-08 17:49:02 +0000 |
commit | 9ce2e2acb63122084aed8fab701dd97d4056ef73 (patch) | |
tree | 6d810620498fab623176562b2462ac387392adb4 | |
parent | f9e27e2545d191ed58de2b76784d39164a6bb428 (diff) | |
download | cgit-9ce2e2acb63122084aed8fab701dd97d4056ef73.tar cgit-9ce2e2acb63122084aed8fab701dd97d4056ef73.tar.gz cgit-9ce2e2acb63122084aed8fab701dd97d4056ef73.zip |
Fix errors.
-rw-r--r-- | index | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,10 +1,10 @@ cgit Quick Facts ---------------- - * web interface ([cgi][]) for [Git][] repositories, written in [C][] + * web interface ([cgi][]) for [Git][git] repositories, written in [C][] * licensed under [GPLv2][] * discussions, patches etc. go to the [list][] ([signup][], [archive][], [gmane][]). - * common questions are answered in the [faq][FAQ]. + * common questions are answered in the [FAQ][faq]. [cgi]: http://www.ietf.org/rfc/rfc3875.txt [git]: http://git-scm.org @@ -43,12 +43,12 @@ Source Code Packages -------- - * [archlinux][Arch Linux] - * [fedora][Fedora] - * [gentoo][Gentoo] - * [macports][OS X] - * [opensuse][OpenSUSE] - * [pkgsrc][NetBSD] + * [Arch Linux][archlinux] + * [Gentoo][gentoo] + * [Fedora][fedora] + * [OS X][macports] + * [OpenSUSE][OpenSUSE] + * [NetBSD][pkgsrc] [archlinux]: https://www.archlinux.org/packages/community/x86_64/cgit/ [fedora]: https://admin.fedoraproject.org/pkgdb/acls/name/cgit |