diff options
author | Balasankar "Balu" C <balasankar@gitlab.com> | 2018-09-18 21:11:49 +0530 |
---|---|---|
committer | Balasankar "Balu" C <balasankar@gitlab.com> | 2018-09-18 21:11:49 +0530 |
commit | 6a4d1b63fe0d8f928c3633378753adb8e3c320f8 (patch) | |
tree | 502c42607d355066f8e87b83641552c131cfc241 /doc | |
parent | 32d2a76b385774534da2305b895bd945a2f7f965 (diff) | |
download | gitlab-ce-6a4d1b63fe0d8f928c3633378753adb8e3c320f8.tar.gz |
Use complete link to rake task
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/file_storage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/file_storage.md b/doc/development/file_storage.md index 984e5fc4ec6..6e014e8c751 100644 --- a/doc/development/file_storage.md +++ b/doc/development/file_storage.md @@ -143,4 +143,4 @@ end [CarrierWave]: https://github.com/carrierwaveuploader/carrierwave [Hashed Storage]: ../administration/repository_storage_types.md [all-in-one rake task]: ../administration/raketasks/uploads/migrate.md -[category list]: ../../lib/tasks/gitlab/uploads/migrate.rake#L6-16 +[category list]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/tasks/gitlab/uploads/migrate.rake |