Skip to content

Commit 2d00e4c

Browse files
Fix documentation links (#90)
Co-authored-by: Prabhat Tiwari <[email protected]> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent 938d220 commit 2d00e4c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
# tendo
66

77
Tendo is a python module that adds basic functionality that is
8-
not provided by Python. Read the [documentation](https://tendo.readthedocs.org/en/latest/) for more info.
8+
not provided by Python. Read the [documentation](https://tendo.readthedocs.io) for more info.
99

10-
- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.org/en/latest/#module-tendo.singleton)
11-
- [console logging coloring](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer)
10+
- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.io/#module-tendo.singleton)
11+
- [console logging coloring](https://tendo.readthedocs.io/#module-tendo.colorer)
1212
- enable you to use symlinks under windows
13-
- [python tee implementation](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file
14-
- [improved execfile](https://tendo.readthedocs.org/en/latest/#module-tendo.execfile2)
13+
- [python tee implementation](https://tendo.readthedocs.io/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file
14+
- [improved execfile](https://tendo.readthedocs.io/#module-tendo.execfile2)
1515

16-
## Requirements and compatibility
16+
## Requirements and Compatibility
1717

1818
- python 3.8 or newer
1919
- tox for running tests
2020

21-
## Related projects and packages
21+
## Related Projects and Packages
2222

2323
- jaraco - http://pypi.python.org/pypi/jaraco.util
2424
- pexpect (maybe)

0 commit comments

Comments
 (0)