Skip to content

Commit 3dbba15

Browse files
committed
minor fix
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent a1db04d commit 3dbba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
commit_version = git.Repo(search_parent_directories=True).head.object.hexsha
2626
link_head_gh_blob = link_head_gh + "blob/" + commit_version
2727
link_head_gh_tree = link_head_gh + "tree/" + commit_version
28-
pgm_project_root = "/"
28+
pgm_project_root = ""
2929
pgm_project_contribution = pgm_project_root + "/contributing"
3030
else:
3131
link_head_gh_blob = ""

0 commit comments

Comments
 (0)