]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Fix `install.md` links after renaming (#1643)
authorEvgeniy Isaev <isaev.evgeniy@gmail.com>
Thu, 9 Oct 2025 19:23:46 +0000 (22:23 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 19:23:46 +0000 (21:23 +0200)
.github/workflows/build.yaml
README.md
cmake/Dependencies.cmake

index 303e0ec51b755b13e78817b69fc25bc567dfba0d..14f17acb16e714f727c19eec8ad9762f1e432656 100644 (file)
@@ -279,7 +279,7 @@ jobs:
         with:
           name: docs
           path: |
-            doc/INSTALL.md
+            doc/install.md
             GPL-3.0.txt
             install
             README.md
index c1f78c57b0ae8647ad69ecf268a945f4a268f55e..c37f16f0b60a66952cb1df9b4ff2ecb18cdeac0a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ General information
 * [Main web site](https://ccache.dev)
 * [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
 * [Documentation](https://ccache.dev/documentation.html)
-* [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
+* [Installation instructions](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)
index 31eb366bb68814148f7f11cae9482181d5a348ce..ba0605cc9c7055aa35aada423d03b8744815d775 100644 (file)
@@ -11,7 +11,7 @@ if(OFFLINE)
 endif()
 
 # How to locate/retrieve dependencies. See the Dependencies section in
-# doc/INSTALL.md.
+# doc/install.md.
 set(DEPS AUTO CACHE STRING "How to retrieve third party dependencies")
 set_property(CACHE DEPS PROPERTY STRINGS AUTO DOWNLOAD LOCAL)