aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-11 16:19:57 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-11 16:19:57 +0100
commitfec74a8bcb29e7cdb1ef21c68c7c8c30c4386ca7 (patch)
tree6fd4f65a49b902e6931c5460e5ab0de6245ddcb6 /doc
parentc2d15d993ef06d97d4c117012bda6efa3dcbac45 (diff)
doc: Update ccache website link
Diffstat (limited to 'doc')
-rw-r--r--doc/productivity.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/productivity.md b/doc/productivity.md
index e9b7bc270c..323d86f7b8 100644
--- a/doc/productivity.md
+++ b/doc/productivity.md
@@ -33,7 +33,7 @@ The easiest way to faster compile times is to cache compiles. `ccache` is a way
Install `ccache` through your distribution's package manager, and run `./configure` with your normal flags to pick it up.
-To use ccache for all your C/C++ projects, follow the symlinks method [here](https://ccache.samba.org/manual/latest.html#_run_modes) to set it up.
+To use ccache for all your C/C++ projects, follow the symlinks method [here](https://ccache.dev/manual/latest.html#_run_modes) to set it up.
To get the most out of ccache, put something like this in `~/.ccache/ccache.conf`: