Skip to content

Commit

Permalink
utils/mkhtml.py: fix git cherry-pick commit 223dc88 (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Jan 20, 2022
1 parent 223dc88 commit 60e6b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mkhtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
addons_url = ""
if grass_version != "unknown":
major, minor, patch = grass_version.split(".")
trunk_url = "https://github.com/OSGeo/grass/tree/main/"
trunk_url = f"https://github.com/OSGeo/grass/tree/releasebranch_{major}_{minor}/"
addons_url = f"https://github.com/OSGeo/grass-addons/tree/grass{major}/"


Expand Down

0 comments on commit 60e6b56

Please sign in to comment.