From: Joel Rosdahl Date: Wed, 12 Aug 2020 18:12:12 +0000 (+0200) Subject: README.md: Fix and improve links to installation instructions X-Git-Tag: v4.0~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed1e6116ec996417f16807f5cc7fd9ce3a38232;p=thirdparty%2Fccache.git README.md: Fix and improve links to installation instructions Closes #633. --- diff --git a/README.md b/README.md index 4d1b3218d..2f55435e9 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ General information * [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html) * [Documentation](https://ccache.dev/documentation.html) * [Latest manual](https://ccache.dev/manual/latest.html) - * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md) - * [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md) + * [Installation from a version 3.7.x release archive](https://github.com/ccache/ccache/blob/3.7-maint/doc/INSTALL-from-release-archive.md) + * [Installation of the latest development version](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md) * [Release notes](https://ccache.dev/releasenotes.html) * [Credits and history](https://ccache.dev/credits.html) * [License and copyright](https://ccache.dev/license.html)