Skip to content

Commit 833ff08

Browse files
Merge pull request #173 from thiagokokada/update-links-in-readme
Update links in README
2 parents efc07c4 + 16de6b3 commit 833ff08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ There are three advantages of implementing a pure Python library:
7070

7171
- Maintainability: It is much easier to develop and debug native Python
7272
modules than modules written in C.
73-
73+
7474
Documentation
7575
~~~~~~~~~~~~~
7676

7777
The reference manual is not finished by far, but is probably still useful. It
78-
can be `browsed online <http://python-xlib.sourceforge.net/doc/html/index.html>`__.
78+
can be `browsed online <https://python-xlib.github.io/>`__.
7979

8080
There are also some `example programs <Examples_>`_ and, of course,
81-
`the standard X11 documentation <http://tronche.com/gui/x/xlib/>`__ applies.
81+
`the standard X11 documentation <https://tronche.com/gui/x/xlib/>`__ applies.
8282

8383

8484
Project status
@@ -92,7 +92,7 @@ starting with version 2.0.
9292

9393
There is a resource database implementation, ICCCM support and a
9494
framework for adding X extension code. Several extensions have been
95-
implemented; (RECORD, SHAPE, Xinerama, Composite, RANDR, and XTEST)
95+
implemented; (RECORD, SHAPE, Xinerama, Composite, RANDR, DPMS, and XTEST)
9696
patches for additions are very welcome.
9797

9898
There are most likely still bugs, but the library is at least stable

0 commit comments

Comments
 (0)