Fix broken hyperlink in reducing_the_repo_size_using_git.md
This commit is contained in:
parent
07cb81a31e
commit
329239fe9f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
cache and database, but there are still numerous gaps in coverage - at present,
|
||||
some of the copies may persist indefinitely. [Clearing the instance cache]
|
||||
(../../../administration/raketasks/maintenance.md#clear-redis-cache) may help to
|
||||
remove some of them, but it should not be depended on for security purposes!
|
||||
some of the copies may persist indefinitely. [Clearing the instance cache](../../../administration/raketasks/maintenance.md#clear-redis-cache)
|
||||
may help to remove some of them, but it should not be depended on for security
|
||||
purposes!
|
||||
|
||||
## Using `git filter-branch`
|
||||
|
||||
|
|
Loading…
Reference in a new issue