File: 0001-Patch-README.md-to-point-to-local-documentation-inst.patch

package info (click to toggle)
python-tomlkit 0.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,100 kB
  • sloc: python: 6,242; makefile: 22; sh: 5
file content (23 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
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