From 6a4d1b63fe0d8f928c3633378753adb8e3c320f8 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Tue, 18 Sep 2018 21:11:49 +0530 Subject: [PATCH] Use complete link to rake task --- doc/development/file_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab