Skip to content

Commit 414039c

Browse files
committed
Fix doc
1 parent b613af4 commit 414039c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ sphinx:
1212
python:
1313
install:
1414
- requirements: requirements-dev.txt
15-
- "."
15+
- path: .

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ subsystem. *Uinput* allows userspace programs to create and handle
1111
input devices that can inject events directly into the input
1212
subsystem.
1313

14-
Documentation (stable):
15-
http://python-evdev.readthedocs.io/en/latest/
14+
Documentation:
15+
https://python-evdev.readthedocs.io/en/latest/
1616

1717
Development:
1818
https://github.com/gvalkov/python-evdev
1919

2020
Package:
21-
http://pypi.python.org/pypi/evdev
21+
https://pypi.python.org/pypi/evdev
2222

2323
Changelog:
24-
http://python-evdev.readthedocs.io/en/latest/changelog.html
24+
https://python-evdev.readthedocs.io/en/latest/changelog.html

0 commit comments

Comments
 (0)