Skip to content

Commit 232b815

Browse files
authored
Freeze a README link to rstlint.py (#6)
README.md links to rstlint.py in a dynamic head of `main` CPython branch: ``` https://github.com/python/cpython/blob/main/Doc/tools/rstlint.py ^^^^ ``` However, after python/cpython#31097 is merged, the link will stop working. To keep the link working, `main` needs to be replaced with some concrete commit SHA.
1 parent 5968d78 commit 232b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sphinx Lint
22

33
Sphinx Lint is based on [rstlint.py from
4-
cpython](https://github.com/python/cpython/blob/main/Doc/tools/rstlint.py).
4+
cpython](https://github.com/python/cpython/blob/e0433c1e7/Doc/tools/rstlint.py).
55

66

77
## What sphinx-lint is, what it is not?

0 commit comments

Comments
 (0)