summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2019-06-15 15:09:48 +0000
committerTom Forbes <tom@tomforb.es>2019-06-15 15:09:48 +0000
commit329239fe9f3511809282f45db331e56579f535ad (patch)
tree5e32935656ee7fca76204479fcf2f6dee67d594e
parent07cb81a31efbee2c9a4cfacadb2967e189f1447a (diff)
downloadgitlab-ce-329239fe9f3511809282f45db331e56579f535ad.tar.gz
Fix broken hyperlink in reducing_the_repo_size_using_git.md
-rw-r--r--doc/user/project/repository/reducing_the_repo_size_using_git.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/repository/reducing_the_repo_size_using_git.md b/doc/user/project/repository/reducing_the_repo_size_using_git.md
index e3d771524ce..35ceb76dc0d 100644
--- a/doc/user/project/repository/reducing_the_repo_size_using_git.md
+++ b/doc/user/project/repository/reducing_the_repo_size_using_git.md
@@ -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`