gnucash-htdocs master: Work around lack of alias certificate for code.gnucash.org on documentation.

John Ralls jralls at code.gnucash.org
Sat Mar 5 14:52:44 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/eaf80d23 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/528d4c0a (commit)



commit eaf80d2391577367fdde40889a6f59c9657be05b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 5 12:32:37 2016 -0800

    Work around lack of alias certificate for code.gnucash.org on documentation.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index 7af3976..176b1b4 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -85,7 +85,7 @@ if (isset ($_GET["rev"])) {
 # To avoid network traffic, the available languages are hard-coded here and should be
 # updated if list of languages in which the documentation is available changes
 if ($showrev == "trunk") {
-  $basepath = "http://code.gnucash.org/docs";
+  $basepath = "https://lists.gnucash.org/docs";
   $trunk_langs = array ( $helpdoc => array( "C", "de_DE", "it_IT"),
                          $tcdoc   => array( "C", "de_DE", "it_IT", "ja_JP"));
   if (!in_array ($showlang, $trunk_langs[$showdoc])) {



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



More information about the gnucash-changes mailing list