diff options
author | Cindy Pallares <cindy@gitlab.com> | 2019-07-08 17:24:54 -0500 |
---|---|---|
committer | Cindy Pallares <cindy@gitlab.com> | 2019-07-08 17:24:54 -0500 |
commit | 00780264a7f8eaaf304c22aaa481e1942ced05cd (patch) | |
tree | a3a1bc312ec4fc58c72dc8de57c867af0efba0cb /doc/university | |
parent | b77d94aab5e021e35e60e5c03fdd9993577f8b48 (diff) | |
download | gitlab-ce-00780264a7f8eaaf304c22aaa481e1942ced05cd.tar.gz |
Update the installation linkdocs/update-installation-link
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
Diffstat (limited to 'doc/university')
-rw-r--r-- | doc/university/support/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/university/support/README.md b/doc/university/support/README.md index 2c6e52acfde..fdeba89f9c8 100644 --- a/doc/university/support/README.md +++ b/doc/university/support/README.md @@ -45,7 +45,7 @@ It's important to understand how to install GitLab in the same way that our user Sometimes we need to upgrade customers from old versions of GitLab to latest, so it's good to get some experience of doing that now. -- [Installation Methods](https://about.gitlab.com/installation/): +- [Installation Methods](https://about.gitlab.com/install/): - [Omnibus](https://gitlab.com/gitlab-org/omnibus-gitlab/) - [Docker](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/docker) - [Source](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) |