summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-06-04 22:20:23 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-06-04 22:20:23 +0200
commitc53f65f1e7d5d4b2e97273a14a8c33bb4fcc6280 (patch)
tree4879613310c0afb86f93089e5ba4723fe067996a
parente59fdc6572fa79c230e547ff12d52cef1be4cc96 (diff)
parent846489f81330a092953ca5d4651d72f6e1341cd7 (diff)
downloadNim-c53f65f1e7d5d4b2e97273a14a8c33bb4fcc6280.tar.gz
Merge pull request #2871 from apense/patch-7
Fixed Error hierarchy links in manual
-rw-r--r--doc/exception_hierarchy_fragment.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/exception_hierarchy_fragment.txt b/doc/exception_hierarchy_fragment.txt
index f4a419fc4..a02d9ccef 100644
--- a/doc/exception_hierarchy_fragment.txt
+++ b/doc/exception_hierarchy_fragment.txt
@@ -11,8 +11,8 @@
     * `FloatInvalidOpError <system.html#FloatInvalidOpError>`_
     * `FloatOverflowError <system.html#FloatOverflowError>`_
     * `FloatUnderflowError <system.html#FloatUnderflowError>`_
-  * `FieldError <system.html#InvalidFieldError>`_
-  * `IndexError <system.html#InvalidIndexError>`_
+  * `FieldError <system.html#FieldError>`_
+  * `IndexError <system.html#IndexError>`_
   * `ObjectAssignmentError <system.html#ObjectAssignmentError>`_
   * `ObjectConversionError <system.html#ObjectConversionError>`_
   * `ValueError <system.html#ValueError>`_