diff _config.yml @ 82:bc79072a8169 kai

Update README with suggestion for future deployment.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:14 +0200
parents ca78967fd4c3
children
line wrap: on
line diff
--- a/_config.yml	Fri Oct 14 03:15:33 2016 +0200
+++ b/_config.yml	Mon Oct 17 18:34:14 2016 +0200
@@ -10,11 +10,12 @@
 email: maintainers@octave.org
 description: > # this means to ignore newlines until "baseurl:"
   GNU Octave is a programming language for scientific computing.
-baseurl: "/octave-web" # the subpath of your site, e.g. /blog
-url: "//www.gnu.org" # the base hostname & protocol for your site
-wiki_url: "//wiki.octave.org"
-faq_url: "//wiki.octave.org/faq"
-docs_url: "//www.gnu.org/software/octave/doc/interpreter"
+baseurl: "/software/octave" # the subpath of your site, e.g. /blog
+url: "https://www.gnu.org" # the base hostname & protocol for your site
+wiki_url: "http://wiki.octave.org"
+faq_url: "http://wiki.octave.org/faq"
+docs_url: "https://www.gnu.org/software/octave/doc/interpreter"
+bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
 maintainers_email: "maintainers@octave.org"
 help_email: "help@octave.org"
 irc_channel: "#octave"