diff --git a/README.md b/README.md index 730373e1a5a6f60e10ba7017567055fd5f5e8481..95a1311731dc8ab317d4b448e0ddec59db3d3216 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Source code ----------- The source code of python-libevdev can be found at: -http://github.com/whot/python-libevdev +https://gitlab.freedesktop.org/libevdev/python-libevdev License ------- diff --git a/doc/source/index.rst b/doc/source/index.rst index d6aa3ca6db9beabef499cb157b54d5dcaf53fca0..607186a3fc030dc3acf4110d9ac5e21e1e23f40b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,8 +15,7 @@ Source code ----------- The source code for this project is available at -http://github.com/whot/python-libevdev - +https://gitlab.freedesktop.org/libevdev/python-libevdev Installation ------------ @@ -35,7 +34,7 @@ For more details on using pip and the PyPI, please see https://pypi.python.org/p Otherwise, you can install it from the git repository:: - git clone http://github.com/whot/python-libevdev + git clone https://gitlab.freedesktop.org/libevdev/python-libevdev.git cd python-libevdev sudo ./setup.py install