From b8d727aec456b3576483d1e2ac202ae406fba0c3 Mon Sep 17 00:00:00 2001 From: Andreas Zeller Date: Sun, 12 Nov 2023 18:46:11 +0100 Subject: [PATCH] Update from debuggingbook --- notebooks/shared/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/shared/Makefile b/notebooks/shared/Makefile index f92953351..a886e0ced 100644 --- a/notebooks/shared/Makefile +++ b/notebooks/shared/Makefile @@ -48,7 +48,7 @@ RENDERED_NOTEBOOKS = rendered # Git repo GITHUB_REPO = https://github.com/uds-se/$(PROJECT)/ BINDER_URL = https://mybinder.org/v2/gh/uds-se/$(PROJECT)/master?filepath=docs/beta/notebooks/00_Table_of_Contents.ipynb -PROJECT_URL = https://beta.$(PROJECT).org +PROJECT_URL = https://www.$(PROJECT).org/beta/ # Sources in the notebooks folder SOURCES = $(SOURCE_FILES:%=$(NOTEBOOKS)/%)