Skip to content

Commit

Permalink
man: use relative path for core modules man HTML page (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi authored Sep 10, 2022
1 parent eaf0076 commit 6b61d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/build_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_module_man_html_file_path(module):
".",
)
else:
module_path = os.path.join(path, module)
module_path = f"./{module}"
return module_path


Expand Down

0 comments on commit 6b61d10

Please sign in to comment.