From fec74a8bcb29e7cdb1ef21c68c7c8c30c4386ca7 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 11 Aug 2024 16:19:57 +0100 Subject: [PATCH] doc: Update ccache website link --- doc/productivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: