Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahghp <sarah.groff.palermo@gmail.com>2019-06-17 18:58:39 +0300
committersarahghp <sarah.groff.palermo@gmail.com>2019-06-17 18:58:39 +0300
commit7124bffac6a6719479766ac70998c96fbfb6d9fd (patch)
treee2b766ea5f824097d27989bd91ef62aafbd0ae95 /doc/ci/review_apps
parent5273711b153c8b6c699e47e63009be961ecd96e8 (diff)
Add link, badge
Diffstat (limited to 'doc/ci/review_apps')
-rw-r--r--doc/ci/review_apps/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 30053fe5aa5..4cb8f601960 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -154,7 +154,7 @@ After adding Review Apps to your workflow, you follow the branched Git flow. Tha
1. Wait for the Runner to build and deploy your web application.
1. Click on the link that provided in the merge request related to the branch to see the changes live.
-### Visual Reviews
+### Visual Reviews **[STARTER]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/10761) in GitLab Starter 12.0.
@@ -190,7 +190,7 @@ The provided script hardcodes the project and merge request IDs. You may want to
using features of your programming language to use environment variables or other
means to inject these at runtime.
-Future enhancements will make this process even easier.
+Future enhancements [are planned](https://gitlab.com/gitlab-org/gitlab-ee/issues/11322) make this process even easier.
## Limitations