From 36e3bd9ea9a82eb6fff5a0f501dff7fe3542efb4 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Thu, 4 May 2023 20:40:02 -0700
Subject: [PATCH] Fix Pages URL in README

---
 README.md | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 2be3917..daee567 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Example plain HTML site using GitLab Pages and Environments.
 
-The Pages site is available at https://gitlab-tests.pages.codingallnight.com/pages-test
+The Pages site is available at https://gitlab-tests.codingallnight.dev/pages-test/
 
 The Environments are dynamic, changing every time a CI job is ran. However, you
 can see the currently available ones here:
@@ -13,18 +13,6 @@ https://git.codingallnight.com/gitlab-pages/pages-test/-/environments?search=rev
 Learn more about GitLab Pages at https://pages.gitlab.io and the official
 documentation https://docs.gitlab.com/ce/user/project/pages/.
 
-## GitLab User or Group Pages
 
-To use this project as your user/group website, you will need one additional
-step: just rename your project to `namespace.gitlab.io`, where `namespace` is
-your `username` or `groupname`. This can be done by navigating to your
-project's **Settings**.
-
-Read more about [user/group Pages][userpages] and [project Pages][projpages].
-
-
-
-[userpages]: https://docs.gitlab.com/ce/user/project/pages/introduction.html#user-or-group-pages
-[projpages]: https://docs.gitlab.com/ce/user/project/pages/introduction.html#project-pages
 
 [_modeline]: # ( vi: set ts=4 sw=4 et wrap ft=markdown: )
-- 
GitLab