aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax')
-rw-r--r--doc/syntax/methods.rdoc2
-rw-r--r--doc/syntax/modules_and_classes.rdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc
index 15f1ef007d..28311d1af6 100644
--- a/doc/syntax/methods.rdoc
+++ b/doc/syntax/methods.rdoc
@@ -346,5 +346,5 @@ May be written as:
If you wish to rescue an exception for only part of your method use +begin+ and
+end+. For more details see the page on {Exception
-Handling}[rdoc-ref:doc/syntax/exceptions.rdoc].
+Handling}[rdoc-ref:syntax/exceptions.rdoc].
diff --git a/doc/syntax/modules_and_classes.rdoc b/doc/syntax/modules_and_classes.rdoc
index bcf805ac46..2c8f5321e0 100644
--- a/doc/syntax/modules_and_classes.rdoc
+++ b/doc/syntax/modules_and_classes.rdoc
@@ -121,7 +121,7 @@ If a constant is defined at the top-level you may preceded it with
=== Methods
For method definition documentation see the {syntax documentation for
-methods}[rdoc-ref:doc/syntax/methods.rdoc].
+methods}[rdoc-ref:syntax/methods.rdoc].
Class methods may be called directly. (This is slightly confusing, but a
method on a module is often called a "class method" instead of a "module