Skip to content

Commit a2838cc

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced_documentation/high-level-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ flowchart TD
148148

149149
We seek to provide an optimal user experience, but with sheer amount of programming languages and
150150
features, it would be impossible to provide a full feature-rich library for every single one. We,
151-
being a {{ "[community-driven]({}/GOVERNANCE.md)".format(pgm_project_root) }} project strongly in
151+
being a {{ "[community-driven]({}/GOVERNANCE.md)".format(pgm_project_contribution) }} project strongly in
152152
favor of modern software engineering practices, therefore encourage people to create their own
153153
libraries and interfaces to improve their own experience. There are several possible reasons a user
154154
may want to create their own library or interface, e.g.:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
link_head_gh_blob = link_head_gh + "blob/" + commit_version
2727
link_head_gh_tree = link_head_gh + "tree/" + commit_version
2828
pgm_project_root = ""
29-
pgm_project_contribution = pgm_project_root + "/contributing"
29+
pgm_project_contribution = pgm_project_root + "/contribution"
3030
else:
3131
link_head_gh_blob = ""
3232
link_head_gh_tree = ""

0 commit comments

Comments
 (0)