From d00a340fd5631bcf27fc87dfcaec67b56c17116f Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Wed, 17 Apr 2024 08:24:17 -0700 Subject: [PATCH] Fix link to project review environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daee567..3444b5f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Pages site is available at https://gitlab-tests.codingallnight.dev/pages-tes The Environments are dynamic, changing every time a CI job is ran. However, you can see the currently available ones here: -https://git.codingallnight.com/gitlab-pages/pages-test/-/environments?search=review +https://git.codingallnight.com/gitlab-tests/pages-test/-/environments?search=review Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/. -- GitLab