diff index.html @ 132:3a6d7e9903a0

Improve text about implementing missing functions (bug #40990) * missing.md: Improve text, as Felipe G. Nievinski suggested. * _config.yml, get-involved.md, index.html, missing.md: try to use jekyll variables for common URLs.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 17 Feb 2017 16:05:30 +0100
parents d79176062baa
children aaf612aece2b
line wrap: on
line diff
--- a/index.html	Fri Feb 17 15:39:07 2017 +0100
+++ b/index.html	Fri Feb 17 16:05:30 2017 +0100
@@ -112,7 +112,7 @@
   <div class="row">
     <div class="columns medium-9">
       <p>
-        <a href="http://octave.sourceforge.net/">Octave Forge</a>
+        <a href="{{ site.sourceforge_url }}">Octave Forge</a>
         is a central location for development of packages for GNU Octave,
         similar to Matlab's toolboxes.  To install a package, use the
         <code>pkg</code> command from the Octave prompt by typing:
@@ -123,7 +123,7 @@
 {% endhighlight %}
     </div>
     <div class="columns large-3">
-      <a href="http://octave.sourceforge.net/packages.php" class="button expand">Browse Packages</a>
+      <a href="{{ site.sourceforge_url }}/packages.php" class="button expand">Browse Packages</a>
     </div>
   </div>
 </section>