From dfeebd398debe346c505f21a3de0fc19380ee3d0 Mon Sep 17 00:00:00 2001 From: mcla <mcla@dtu.dk> Date: Mon, 19 Jun 2023 16:25:26 +0200 Subject: [PATCH] repo location --- pg_cs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_cs/_config.yml b/pg_cs/_config.yml index f630cbb..0f3100c 100644 --- a/pg_cs/_config.yml +++ b/pg_cs/_config.yml @@ -15,7 +15,7 @@ only_build_toc_files: true # Information about where the book exists on the web repository: - url: https://github.com/mclacompute/pgcoursesite # Online location of your book + url: https://lab.compute.dtu.dk/mcla/pgtest # Online location of your book path_to_book: /pg_cs # Optional path to your book, relative to the repository root branch: main # Which branch of the repository should be used when creating links (optional) -- GitLab