From 29773c25c1e7c02955bc12434b7076137976056c Mon Sep 17 00:00:00 2001 From: David Glaude Date: Wed, 16 Apr 2025 13:21:42 +0200 Subject: [PATCH] ReadTheDoc URL with - or with _ ??? I don't know what is going on, but the documentation link is wrong in the Readme. I have not compare to other library to know if they use "-" or "_" I just fix this link. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b7544a8..95fb7e6 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ Usage Example Documentation ============= -API documentation for this library can be found on `Read the Docs `_. +API documentation for this library can be found on `Read the Docs `_. For information on building library documentation, please check out `this guide `_.