File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ flowchart TD
148
148
149
149
We seek to provide an optimal user experience, but with sheer amount of programming languages and
150
150
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
152
152
favor of modern software engineering practices, therefore encourage people to create their own
153
153
libraries and interfaces to improve their own experience. There are several possible reasons a user
154
154
may want to create their own library or interface, e.g.:
Original file line number Diff line number Diff line change 26
26
link_head_gh_blob = link_head_gh + "blob/" + commit_version
27
27
link_head_gh_tree = link_head_gh + "tree/" + commit_version
28
28
pgm_project_root = ""
29
- pgm_project_contribution = pgm_project_root + "/contributing "
29
+ pgm_project_contribution = pgm_project_root + "/contribution "
30
30
else :
31
31
link_head_gh_blob = ""
32
32
link_head_gh_tree = ""
You can’t perform that action at this time.
0 commit comments