andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 60a49253e71453b5f26afc66406aa90471b88040
parent 86d68380bb425c3caacb7f7bfed1f5b16cef1fd0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 19 Nov 2018 09:02:06 +0100

Fix URLs in readme to reflect repository rename

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # andersdamsgaard.com -[![pipeline status](https://gitlab.com/admesg/andersdamsgaard.com/badges/master/pipeline.svg)](https://gitlab.com/admesg/andersdamsgaard.com/commits/master) +[![pipeline status](https://gitlab.com/admesg/admesg.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/admesg/admesg.gitlab.io/commits/master) This repository contains the source for [andersdamsgaard.com](https://andersdamsgaard.com). The domain is registered @@ -8,5 +8,5 @@ nameservers are defined as primary nameservers. A preview of the webpage can be generated on the localhost with `make`. Deployment occurs through the [GitLab CI -pipeline](https://gitlab.com/admesg/andersdamsgaard.com/pipelines) after -pushing to the master branch. +pipeline](https://gitlab.com/admesg/admesg.gitlab.io/pipelines) after pushing +to the master branch.