summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-06-15 18:20:20 +0000
committerStan Hu <stanhu@gmail.com>2019-06-15 18:20:20 +0000
commit207cdba1f2583541fd1847947f081aff9eb5cc68 (patch)
tree5e32935656ee7fca76204479fcf2f6dee67d594e
parent07cb81a31efbee2c9a4cfacadb2967e189f1447a (diff)
parent329239fe9f3511809282f45db331e56579f535ad (diff)
downloadgitlab-ce-207cdba1f2583541fd1847947f081aff9eb5cc68.tar.gz
Merge branch 'patch-71' into 'master'
Fix broken hyperlink in reducing_the_repo_size_using_git.md See merge request gitlab-org/gitlab-ce!29727
-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`