From 8daaccce7c7148b95af46df193fd1975214f16bb Mon Sep 17 00:00:00 2001 From: mcla <mcla@dtu.dk> Date: Mon, 19 Jun 2023 16:31:57 +0200 Subject: [PATCH] repository provider needs to be added (later) --- 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 0f3100c..f630cbb 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://lab.compute.dtu.dk/mcla/pgtest # Online location of your book + url: https://github.com/mclacompute/pgcoursesite # 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