From b77ba11f535543e0ab7f859ea125f4e292c2fc8d Mon Sep 17 00:00:00 2001 From: jocelynvj Date: Tue, 15 Jul 2025 14:36:02 +0100 Subject: [PATCH] fix broken configobj link --- doc/users/prev_whats_new/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/prev_whats_new/changelog.rst b/doc/users/prev_whats_new/changelog.rst index 8f505e4fdd37..93fd4df2200a 100644 --- a/doc/users/prev_whats_new/changelog.rst +++ b/doc/users/prev_whats_new/changelog.rst @@ -1689,7 +1689,7 @@ recent changes, please refer to the :doc:`/users/release_notes`. required by the experimental traited config and are somewhat out of date. If needed, install them independently, see http://code.enthought.com/pages/traits.html and - http://www.voidspace.org.uk/python/configobj.html + https://configobj.readthedocs.io/en/latest/ 2008-12-12 Added support to assign labels to histograms of multiple data. - MM