summaryrefslogtreecommitdiff
path: root/doc/workflow/lfs
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-05-13 16:17:01 -0500
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-05-13 16:17:01 -0500
commitcdbb6bd45a2d27d6e3cf2653a6ee4959fbd6c9b0 (patch)
tree9ec45a045d02ab0dbb1dcac7b2c0d2d7d2775fa8 /doc/workflow/lfs
parentd7a28f3c12950d56a187148fda9dce39a9f2bf08 (diff)
downloadgitlab-ce-doc_to_docs.tar.gz
Change all occurrences of doc.gitlab.com to docs.gitlab.comdoc_to_docs
[ci skip]
Diffstat (limited to 'doc/workflow/lfs')
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
index 83db44c10b1..1295dfbd770 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -4,7 +4,7 @@ Managing large files such as audio, video and graphics files has always been one
of the shortcomings of Git. The general recommendation is to not have Git repositories
larger than 1GB to preserve performance.
-GitLab already supports [managing large files with git annex](http://doc.gitlab.com/ee/workflow/git_annex.html)
+GitLab already supports [managing large files with git annex](http://docs.gitlab.com/ee/workflow/git_annex.html)
(EE only), however in certain environments it is not always convenient to use
different commands to differentiate between the large files and regular ones.