Skip to content

Commit

Permalink
Point "history" URL to GitHub history (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jul 29, 2019
1 parent 87b2b06 commit 6878977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkhtml.py
Expand Up @@ -381,7 +381,7 @@ def to_title(name):

if index_name:
sys.stdout.write(sourcecode.substitute(URL_SOURCE=url_source, PGM=pgm,
URL_LOG=url_source.replace('browser', 'log')))
URL_LOG=url_source.replace('grass/tree', 'grass/commits')))
sys.stdout.write(footer_index.substitute(INDEXNAME=index_name,
INDEXNAMECAP=index_name_cap,
YEAR=year, GRASS_VERSION=grass_version))
Expand Down

0 comments on commit 6878977

Please sign in to comment.