Commit 329239fe authored by Tom Forbes's avatar Tom Forbes

Fix broken hyperlink in reducing_the_repo_size_using_git.md

parent 07cb81a3
...@@ -101,9 +101,9 @@ up its own internal state, maximizing the space saved. ...@@ -101,9 +101,9 @@ up its own internal state, maximizing the space saved.
This process will remove some copies of the rewritten commits from GitLab's This process will remove some copies of the rewritten commits from GitLab's
cache and database, but there are still numerous gaps in coverage - at present, cache and database, but there are still numerous gaps in coverage - at present,
some of the copies may persist indefinitely. [Clearing the instance cache] some of the copies may persist indefinitely. [Clearing the instance cache](../../../administration/raketasks/maintenance.md#clear-redis-cache)
(../../../administration/raketasks/maintenance.md#clear-redis-cache) may help to may help to remove some of them, but it should not be depended on for security
remove some of them, but it should not be depended on for security purposes! purposes!
## Using `git filter-branch` ## Using `git filter-branch`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment