Skip to content

Commit fec74a8

Browse files
committed
doc: Update ccache website link
1 parent c2d15d9 commit fec74a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/productivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The easiest way to faster compile times is to cache compiles. `ccache` is a way
3333
3434
Install `ccache` through your distribution's package manager, and run `./configure` with your normal flags to pick it up.
3535

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.
36+
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.
3737

3838
To get the most out of ccache, put something like this in `~/.ccache/ccache.conf`:
3939

0 commit comments

Comments
 (0)