diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-08-21 17:25:14 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-08-21 17:25:14 +0200 |
commit | eea595971f8e8cc4e8a1d8ce141986ca617edc9a (patch) | |
tree | ca26c068b15dc8b1ca0f7c0df419e3db50bdce05 /doc/update/6.8-to-6.9.md | |
parent | a83451a5c052b594ae602923d0beb1195ea6bac8 (diff) | |
download | gitlab-ce-eea595971f8e8cc4e8a1d8ce141986ca617edc9a.tar.gz |
Remove backticks in markdown links that cause ugly code blocks in GitLab.
Diffstat (limited to 'doc/update/6.8-to-6.9.md')
-rw-r--r-- | doc/update/6.8-to-6.9.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.8-to-6.9.md b/doc/update/6.8-to-6.9.md index b7305d082a5..9efb384ff59 100644 --- a/doc/update/6.8-to-6.9.md +++ b/doc/update/6.8-to-6.9.md @@ -90,7 +90,7 @@ If all items are green, then congratulations upgrade is complete! ## Things went south? Revert to previous version (6.8) ### 1. Revert the code to the previous version -Follow the [`upgrade guide from 6.7 to 6.8`](6.7-to-6.8.md), except for the database migration +Follow the [upgrade guide from 6.7 to 6.8](6.7-to-6.8.md), except for the database migration (The backup is already migrated to the previous version) ### 2. Restore from the backup: |