From 8119019af52a8655e0a939520058f610b0b2b605 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Sun, 16 Feb 2020 17:52:53 +1100 Subject: [PATCH] Fix changelog links --- doc/site/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/site/changelog.rst b/doc/site/changelog.rst index 7243c41..4dc164e 100644 --- a/doc/site/changelog.rst +++ b/doc/site/changelog.rst @@ -1,4 +1,4 @@ 0.3.5 ----- -- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11`) -- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30`) +- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11`_) +- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30`_)