From 7124bffac6a6719479766ac70998c96fbfb6d9fd Mon Sep 17 00:00:00 2001 From: sarahghp Date: Mon, 17 Jun 2019 11:58:39 -0400 Subject: [PATCH] Add link, badge --- doc/ci/review_apps/index.md | 4 ++-- 1 file 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 -- GitLab