Skip to content

Commit d00bf4e

Browse files
committed
Merge bitcoin/bitcoin#30630: doc: Update ccache website link
fec74a8 doc: Update ccache website link (Hennadii Stepanov) Pull request description: ACKs for top commit: paplorinc: ACK fec74a8 tdb3: ACK fec74a8 hodlinator: ACK fec74a8 Tree-SHA512: 1331b6d37d1bfc124bbce08bb584235c0610671655d7a4a82882aba2aa73c3c741dce013e6ce9baba00a07bc26d4a9c5aa8da4abd38187ffe7b8a101e2366bda
2 parents 257a4fd + fec74a8 commit d00bf4e

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)