gnucash-htdocs master: Change local documentation link to http, working around cerificate failure.

John Ralls jralls at code.gnucash.org
Thu Jun 16 18:36:02 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3dba412d (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/5007ea16 (commit)



commit 3dba412dd72fa7b1824a2f45561d82210ad8a080
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 16 15:35:48 2016 -0700

    Change local documentation link to http, working around cerificate failure.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index 176b1b4..435edd5 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       = "https://www.gnucash.org/docs";
+$basepath       = "http://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