Browse Source

manual graphical index: refer to generic addon url

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72845 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 years ago
parent
commit
d3432d5cac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      man/build_graphical_index.py

+ 1 - 1
man/build_graphical_index.py

@@ -105,7 +105,7 @@ index_items = [
     ('https://grass.osgeo.org/grass75/manuals/libpython/index.html', std_img_name('python'), 'Python'),
     ('https://grass.osgeo.org/grass75/manuals/libpython/index.html', std_img_name('python'), 'Python'),
     ('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
     ('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
     ('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
     ('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
-    ('http://grass.osgeo.org/grass75/manuals/addons/', std_img_name('addons'), 'Addons'),
+    ('https://grass.osgeo.org/grass7/manuals/addons/', std_img_name('addons'), 'Addons'),
 ]
 ]