diff options
author | Jonston Chan <jonstonchan1@gmail.com> | 2019-01-09 05:49:24 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-09 05:49:24 +0000 |
commit | 146f832a3d532811e3aabd8289590a207bc9a926 (patch) | |
tree | 1fe9c8c550079134a10dc49dabdde1b04a924d4b /doc | |
parent | ba5a9033cfefe72897c7e0e13950011a9dee8e80 (diff) | |
download | gitlab-ce-146f832a3d532811e3aabd8289590a207bc9a926.tar.gz |
Encode special character in documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 315d0c5e7ef..010c579b83e 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -419,7 +419,7 @@ and/or `production`) you can see this information in the merge request itself. > Introduced in GitLab 8.17. In GitLab 11.5 the file links are surfaced to the merge request widget. -You can specify a Route Map to get GitLab to show "View on <environment URL>" +You can specify a Route Map to get GitLab to show **View on ...** buttons to go directly from a file to that file's representation on the [deployed website via Review Apps](review_apps/index.md). |