summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorapense <apense@users.noreply.github.com>2015-06-04 16:18:18 -0400
committerapense <apense@users.noreply.github.com>2015-06-04 16:18:18 -0400
commit846489f81330a092953ca5d4651d72f6e1341cd7 (patch)
tree4879613310c0afb86f93089e5ba4723fe067996a /doc
parente59fdc6572fa79c230e547ff12d52cef1be4cc96 (diff)
downloadNim-846489f81330a092953ca5d4651d72f6e1341cd7.tar.gz
Fixed links in Error hierarchy
Manual contained invalid links
Diffstat (limited to 'doc')
-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>`_