diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-03-21 11:20:30 -0600 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-03-21 11:29:24 -0600 |
commit | 5f86c08b2a2a33ad9e6059035a249986f59e995f (patch) | |
tree | ea3e4bb018a5032dc754ee33135b0b532abaae0d /doc | |
parent | 6cf189f0a92772b9174f913e7c74a4889d54e9a6 (diff) | |
download | gitlab-ce-5f86c08b2a2a33ad9e6059035a249986f59e995f.tar.gz |
Fix link in patch update guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/patch_versions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index ad302492556..e29ee2a7b3d 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -1,5 +1,5 @@ # Universal update guide for patch versions -*Make sure you view this [upgrade guide from the `master` branch](../../../master/doc/update/patch_versions.md) for the most up to date instructions.* +*Make sure you view this [upgrade guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/patch_versions.md) from the `master` branch for the most up to date instructions.* For example from 6.2.0 to 6.2.1, also see the [semantic versioning specification](http://semver.org/). |