doc: Update ccache website link

This commit is contained in:
Hennadii Stepanov 2024-08-11 16:19:57 +01:00
parent c2d15d993e
commit fec74a8bcb
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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`: