# HG changeset patch # User Kai T. Ohlhus # Date 1476229656 -7200 # Node ID acfd3d7e2f92b6a00d2d5c4ed10b826c4538a7f6 # Parent 48f5e0fda5a869810b1fefc9f5d30d5d6cf809ae Use Jekyll convention for URLs. diff -r 48f5e0fda5a8 -r acfd3d7e2f92 _config.yml --- a/_config.yml Tue Oct 11 16:03:08 2016 +0200 +++ b/_config.yml Wed Oct 12 01:47:36 2016 +0200 @@ -14,7 +14,7 @@ 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/" +docs_url: "//www.gnu.org/software/octave/doc/interpreter" maintainers_email: "maintainers@octave.org" help_email: "help@octave.org" irc_channel: "#octave"