Skip to content

Commit f52e27b

Browse files
committed
fix
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 3241bfa commit f52e27b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
else:
3131
link_head_gh_blob = ""
3232
link_head_gh_tree = ""
33-
pgm_project_root = "https://github.com/PowerGridModel/"
33+
pgm_project_root = "https://github.com/PowerGridModel/.github/blob/main"
3434
pgm_project_contribution = pgm_project_root
3535

3636

@@ -82,6 +82,8 @@
8282
myst_substitutions = {
8383
"gh_link_head_blob": link_head_gh_blob,
8484
"gh_link_head_tree": link_head_gh_tree,
85+
"pgm_project_root": pgm_project_root,
86+
"pgm_project_contribution": pgm_project_contribution,
8587
}
8688

8789

0 commit comments

Comments
 (0)