summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorapense <apense@users.noreply.github.com>2015-06-04 16:18:18 -0400
committerOscar Campbell <oscar@campbell.nu>2015-06-07 13:14:52 +0200
commitc126b8ad0f1c3b9749819737c9fd02fb82fd4497 (patch)
tree5da5076742718b0f498f076a0e68a0eabded76c0
parente132032b0f3af7fd03dd35b68a795c4dbc25ddfc (diff)
downloadNim-c126b8ad0f1c3b9749819737c9fd02fb82fd4497.tar.gz
Fixed links in Error hierarchy
Manual contained invalid links
-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>`_