From 93a9d0f7cabb464dbf7d74a0d21333b6c4647e2d Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Sat, 30 Dec 2017 22:56:53 +0100 Subject: [PATCH] Update URLs from 'srv' to 'gitlab' subdomain Fix URLs in the install instruction section of the README file (including the URL and link of the 'pipeline passed' badge). --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9e110e..5f722ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ which parses codes examples from a documentation or a tutorial and runs them. This ensures that the code snippets work as intended. -# Installation [](https://srv.sauerburger.com/esel/doxec/commits/master) +# Installation [](https://gitlab.sauerburger.com/frank/doxec/commits/master) You can install the package using pip @@ -25,13 +25,13 @@ or you can clone the repository and run the setup script to get doxec. <!-- console ```bash -$ git clone https://srv.sauerburger.com/frank/doxec.git doxec_install +$ git clone https://gitlab.sauerburger.com/frank/doxec.git doxec_install ``` --> ```bash -$ git clone https://srv.sauerburger.com/frank/doxec.git doxec_install -$ cd doxec_install +$ git clone https://gitlab.sauerburger.com/frank/doxec.git +$ cd doxec $ python3 setup.py install ``` -- GitLab