gnucash-htdocs master: Fix released documentation display with secure connections.

John Ralls jralls at code.gnucash.org
Thu Jul 28 12:55:24 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/db73bed2 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/a5b574ce (commit)



commit db73bed20a1b3915f05af365dcd80d8beb87876f
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 28 09:54:46 2016 -0700

    Fix released documentation display with secure connections.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index 435edd5..176b1b4 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -6,7 +6,7 @@ include("externals/header.phtml");
 include("externals/menu.phtml");
 
 # Some base parameters used later on
-$basepath       = "http://www.gnucash.org/docs";
+$basepath       = "https://www.gnucash.org/docs";
 $helpdoc        = "gnucash-help/help.html";
 $tcdoc          = "gnucash-guide/index.html";
 $current_stable = "2.6";



Summary of changes:
 viewdoc.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list