[GRASS-SVN] r69303 - grass/branches/releasebranch_7_2/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 30 13:37:47 PDT 2016


Author: neteler
Date: 2016-08-30 13:37:46 -0700 (Tue, 30 Aug 2016)
New Revision: 69303

Modified:
   grass/branches/releasebranch_7_2/tools/mkhtml.py
Log:
documentation: use releasebranch_7_2 URL for history link, not trunk (improves #2864)

Modified: grass/branches/releasebranch_7_2/tools/mkhtml.py
===================================================================
--- grass/branches/releasebranch_7_2/tools/mkhtml.py	2016-08-30 13:30:47 UTC (rev 69302)
+++ grass/branches/releasebranch_7_2/tools/mkhtml.py	2016-08-30 20:37:46 UTC (rev 69303)
@@ -29,7 +29,7 @@
 src_file = "%s.html" % pgm
 tmp_file = "%s.tmp.html" % pgm
 
-source_url = "https://trac.osgeo.org/grass/browser/grass/trunk/"
+source_url = "https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_7_2/"
 
 header_base = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>



More information about the grass-commit mailing list