27 lines
928 B
Diff
27 lines
928 B
Diff
|
|
From fb33cc3bc886eec21f56309346076069f0a2bcb5 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Rob Dennis <robd@services-in.xr>
|
||
|
|
Date: Tue, 17 Jan 2023 14:35:53 -0500
|
||
|
|
Subject: [PATCH] #225 - changed 1 link in rest docs
|
||
|
|
|
||
|
|
- there's a _lot_ of references to voidspace and I felt unable to change all of them
|
||
|
|
---
|
||
|
|
docs/configobj.rst | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/docs/configobj.rst b/docs/configobj.rst
|
||
|
|
index c4bbc18..6477b7b 100644
|
||
|
|
--- a/docs/configobj.rst
|
||
|
|
+++ b/docs/configobj.rst
|
||
|
|
@@ -32,7 +32,7 @@
|
||
|
|
The best introduction to working with ConfigObj, including the powerful configuration validation system,
|
||
|
|
is the article:
|
||
|
|
|
||
|
|
- * `An Introduction to ConfigObj <http://www.voidspace.org.uk/python/articles/configobj.shtml>`_
|
||
|
|
+ * `An Introduction to ConfigObj <https://web.archive.org/web/20200503085339/http://www.voidspace.org.uk/python/articles/configobj.shtml>`_
|
||
|
|
|
||
|
|
|
||
|
|
Introduction
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|