gnucash-htdocs master: Use version link in top documentation links.

John Ralls jralls at code.gnucash.org
Fri Aug 24 13:28:14 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bf05a079 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/035792a1 (commit)



commit bf05a07977c6388e577f68c772358eb69b888150
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Aug 24 10:27:57 2018 -0700

    Use version link in top documentation links.

diff --git a/docs.phtml b/docs.phtml
index 49f788f..2b62c8c 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -23,8 +23,8 @@
   
   <p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users:");?></p>
   <ul>
-    <li><a href="<?=$top_dir;?>/viewdoc.phtml?doc=help"><b><?php echo T_("The Help Manual");?></b></a></li>
-    <li><a href="<?=$top_dir;?>/viewdoc.phtml?doc=guide"><b><?php echo T_("The Tutorial and Concepts Guide");?></b></a></li>
+    <li><a href="<?=$top_dir;?>/viewdoc.phtml?rev=<?=$major_stable;?>&lang=C&doc=help"><b><?php echo T_("The Help Manual");?></b></a></li>
+    <li><a href="<?=$top_dir;?>/viewdoc.phtml?rev=<?=$major_stable;?>&lang=C&doc=guide"><b><?php echo T_("The Tutorial and Concepts Guide");?></b></a></li>
   </ul>
   
   <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>



Summary of changes:
 docs.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list