We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d15d9 commit fec74a8Copy full SHA for fec74a8
doc/productivity.md
@@ -33,7 +33,7 @@ The easiest way to faster compile times is to cache compiles. `ccache` is a way
33
34
Install `ccache` through your distribution's package manager, and run `./configure` with your normal flags to pick it up.
35
36
-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.
37
38
To get the most out of ccache, put something like this in `~/.ccache/ccache.conf`:
39
0 commit comments