r21968 - htdocs/branches/beta - Fix path to the concepts guide.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 03:59:38 EST 2012


Author: cmarchi
Date: 2012-02-05 03:59:38 -0500 (Sun, 05 Feb 2012)
New Revision: 21968
Trac: http://svn.gnucash.org/trac/changeset/21968

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix path to the concepts guide.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:58:21 UTC (rev 21967)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 08:59:38 UTC (rev 21968)
@@ -53,7 +53,7 @@
 
 <h1><?php echo T_("GnuCash Documentation");?></h1>
 
-<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <a href=\"");?><?php echo $hfileurl?><?php echo T_("\"<b>Help Manual</b></a> and the <a href=\"");?><?php echo $hfileurl?><?php echo T_("\"<b>Tutorials and Concepts Guide</b></a>.");?></p>
+<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <a href=\"");?><?php echo $hfileurl?><?php echo T_("\"<b>Help Manual</b></a> and the <a href=\"");?><?php echo $tfileurl?><?php echo T_("\"<b>Tutorials and Concepts Guide</b></a>.");?></p>
 
 <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>
 



More information about the gnucash-changes mailing list