Skip to content

Commit

Permalink
man: use relative path for core modules man HTML page (OSGeo#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi authored and ninsbl committed Feb 17, 2023
1 parent 6fb8869 commit a5f4c49
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 a5f4c49

Please sign in to comment.