From 4cc7ef5d546d14e2ad7f2e6fe5a4b7e7e96de965 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axil@gitlab.com>
Date: Fri, 20 Aug 2021 09:57:46 +0000
Subject: [PATCH] Remove badge

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 693cbe8..dc35b76 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
-![Build Status](https://gitlab.com/pages/<project>/badges/master/build.svg)
-
----
-
 Example Jupyter Book website using GitLab Pages.
 
-Learn more about GitLab Pages at https://pages.gitlab.io and the official
+Learn more about GitLab Pages at https://about.gitlab.com/stages-devops-lifecycle/pages/ and the official
 documentation https://docs.gitlab.com/ce/user/project/pages/.
 
 ---
@@ -23,11 +19,11 @@ documentation https://docs.gitlab.com/ce/user/project/pages/.
 
 ## GitLab CI
 
-This project's static Pages are built by [GitLab CI][ci], following the steps
+This project's static Pages are built by [GitLab CI/CD][ci], following the steps
 defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
 
 ```bash
-# Full project: https://gitlab.com/pages/jupyter-book-example
+# Full project: https://gitlab.com/pages/jupyterbook
 
 stages:
   - build
-- 
GitLab