diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-09 00:20:40 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-09 00:20:40 +0000 |
commit | 347a8799096d2ace4e1b4577f8f79518085ffa40 (patch) | |
tree | 450c7169d136a411a9affba5a790c5f3f30283d2 /doc/policy | |
parent | 3deb8f6864ccd18c27dcd52e279c6c7b2060b04e (diff) | |
download | gitlab-ce-347a8799096d2ace4e1b4577f8f79518085ffa40.tar.gz |
Update redirected links to final destination
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
Diffstat (limited to 'doc/policy')
-rw-r--r-- | doc/policy/maintenance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md index 72bace3d282..018c273c51a 100644 --- a/doc/policy/maintenance.md +++ b/doc/policy/maintenance.md @@ -9,7 +9,7 @@ patch and security releases. New releases are usually announced on the [GitLab b ## Versioning -GitLab uses [Semantic Versioning](http://semver.org/) for its releases: +GitLab uses [Semantic Versioning](https://semver.org/) for its releases: `(Major).(Minor).(Patch)` in a [pragmatic way](https://gist.github.com/jashkenas/cbd2b088e20279ae2c8e). For example, for GitLab version 10.5.7: |