diff options
author | Matthias Köppe <mkoeppe@mail.math.uni-magdeburg.de> | 2000-09-21 21:05:05 +0000 |
---|---|---|
committer | Matthias Köppe <mkoeppe@mail.math.uni-magdeburg.de> | 2000-09-21 21:05:05 +0000 |
commit | 5f17119bd1bb515d4c251580ed2a2dfc0d828ae4 (patch) | |
tree | 9a64bc12990705e4643d230e02765e06f06d3954 | |
parent | c2f9a7cbeb9a0ae5edde4e65c6f1ecd36b50dcdc (diff) | |
download | swig-5f17119bd1bb515d4c251580ed2a2dfc0d828ae4.tar.gz |
Fixed links and typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r-- | Examples/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/index.html b/Examples/index.html index 8e2f43655..7737e1bdc 100644 --- a/Examples/index.html +++ b/Examples/index.html @@ -40,15 +40,15 @@ language: <li><a href="python/index.html">Python</a> <li><a href="perl5/index.html">Perl5</a> <li><a href="tcl/index.html">Tcl</a> -<li><a href="guile/index.html">Guile</a> -<li><a href="java/index.html">Java</a> -<li><a href="mzscheme/index.html">Mzscheme</a> +<li><a href="guile/">Guile</a> +<li><a href="java/">Java</a> +<li><a href="mzscheme/">Mzscheme</a> <li><a href="ruby/index.html">Ruby</a> </ul> <h2>Real Life</h2> -The the <a href="GIFPlot/index.html">GIFPlot</a> directory contains examples that illustrate the use of SWIG with +The <a href="GIFPlot/">GIFPlot</a> directory contains examples that illustrate the use of SWIG with a moderately complex C library for creating GIF images. Many of these examples illustrate more advanced SWIG features. |