summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-01-08 11:16:19 +1300
committerOlly Betts <olly@survex.com>2015-01-08 11:16:19 +1300
commit70280970d6715095f2f90fcc39be85c46d4508e7 (patch)
tree88bba6dde288c4f19acf96e18f49f102de6f2e0a
parentfc60a97ebee3be9a0e4b62664100163f6924664c (diff)
downloadswig-70280970d6715095f2f90fcc39be85c46d4508e7.tar.gz
Fix links to the online 1.3 docs to instead be relative
-rw-r--r--Doc/Manual/Ruby.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html
index c4e0074f3..181c46ba9 100644
--- a/Doc/Manual/Ruby.html
+++ b/Doc/Manual/Ruby.html
@@ -2823,7 +2823,7 @@ not support optional arguments, such as Java and C#, effectively ignore
the value specified by this typemap as all arguments must be given.</p>
<p> Once a default typemap has been applied to an argument, all
-arguments that follow must have default values. See the <a href="http://www.swig.org/Doc1.3/SWIGDocumentation.html#SWIG_default_args">
+arguments that follow must have default values. See the <a href="SWIG.html#SWIG_default_args">
Default/optional arguments</a> section for further information on
default argument wrapping.</p>
@@ -3017,7 +3017,7 @@ catch(char const *_e) {
<p> Note that if your methods do not have an exception
specification yet they do throw exceptions, SWIG cannot know how to
-deal with them. For a neat way to handle these, see the <a href="http://www.swig.org/Doc1.3/SWIGDocumentation.html#exception">Exception
+deal with them. For a neat way to handle these, see the <a href="Customization.html#Customization_exception">Exception
handling with %exception</a> section.</p>
<H4><a name="Ruby_directorin_typemap"></a>38.7.6.14 directorin typemap</H4>