diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-18 09:12:29 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-18 09:12:29 +0000 |
commit | f047727bf270fc9a64e3420a0c23760962b38f14 (patch) | |
tree | bc752c01741456efc319fbe717bab982717a8818 /doc/raketasks/index.md | |
parent | 231e74886fa51f23f2884d70ae05d283c91c3f76 (diff) | |
download | gitlab-ce-f047727bf270fc9a64e3420a0c23760962b38f14.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks/index.md')
-rw-r--r-- | doc/raketasks/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/index.md b/doc/raketasks/index.md index 65a5a06e26a..80aa52ed5a4 100644 --- a/doc/raketasks/index.md +++ b/doc/raketasks/index.md @@ -12,7 +12,7 @@ common administration and operational processes. You can perform GitLab Rake tasks by using: -- `gitlab-rake <raketask>` for [Omnibus GitLab](https://docs.gitlab.com/omnibus/README.html) +- `gitlab-rake <raketask>` for [Omnibus GitLab](https://docs.gitlab.com/omnibus/index.html) installations. - `bundle exec rake <raketask>` for [source](../install/installation.md) installations. |