1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Scott Kitterman <scott@kitterman.com>
Date: Fri, 14 Oct 2022 19:35:36 -0400
Subject: Patch README.md to point to local documentation instead of
readthedocs.
Forwarded: not-needed
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0d4701d..3e46af4 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Part of the implementation has been adapted, improved and fixed from [Molten](ht
## Usage
-See the [documentation](https://tomlkit.readthedocs.io/) for more information.
+See the [documentation](/usr/share/doc/python3-tomlkit/) for more information.
## Installation
|