From e40bac6647fc14b48e6971ca2b4f78335fce6f52 Mon Sep 17 00:00:00 2001
From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
Date: Thu, 21 May 2020 00:24:57 +0200
Subject: [PATCH] fix link to repo

---
 book.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book.toml b/book.toml
index 244bb92..2bbfb89 100644
--- a/book.toml
+++ b/book.toml
@@ -10,7 +10,7 @@ build-dir = "public"
 create-missing = true
 
 [output.html]
-git-repository-url = "https://git-ce.rwth-aachen.de/jupyter/documentation"
+git-repository-url = "https://git.rwth-aachen.de/jupyter/documentation"
 additional-css = [ "style.css" ]
 additional-js = [ "script.js" ]
 
-- 
GitLab