diff options
author | apense <apense@users.noreply.github.com> | 2015-06-04 16:18:18 -0400 |
---|---|---|
committer | apense <apense@users.noreply.github.com> | 2015-06-04 16:18:18 -0400 |
commit | 846489f81330a092953ca5d4651d72f6e1341cd7 (patch) | |
tree | 4879613310c0afb86f93089e5ba4723fe067996a /doc | |
parent | e59fdc6572fa79c230e547ff12d52cef1be4cc96 (diff) | |
download | Nim-846489f81330a092953ca5d4651d72f6e1341cd7.tar.gz |
Fixed links in Error hierarchy
Manual contained invalid links
Diffstat (limited to 'doc')
-rw-r--r-- | doc/exception_hierarchy_fragment.txt | 4 |
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>`_ |