gnucash-htdocs master: Fix broken "source docs" link

Frank H.Ellenberger fell at code.gnucash.org
Wed Feb 15 07:58:39 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e1be914e (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/0ed1dc5f (commit)



commit e1be914eef67e467128296b4d24490ae14717297
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Feb 15 13:58:06 2017 +0100

    Fix broken "source docs" link
    
    Inspired by pull request #7 from gkaklas

diff --git a/externals/menu.phtml b/externals/menu.phtml
index 4de83c9..4d2914f 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -46,7 +46,12 @@
     <b><?=T_("Development")?></b>
   </span>
   <ul>
-    <li><a href="http://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
+    <li><?=T_("Source Docs")?>
+      <ul>
+        <li><a href="http://code.gnucash.org/docs/MAINT/"><?=T_("current bugfix branch")?></a></li>
+        <li><a href="http://code.gnucash.org/docs/HEAD/"><?=T_("future feature branch")?></a></li>
+      </ul>
+    </li>
     <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>



Summary of changes:
 externals/menu.phtml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list