chg: Updated repository default URL.

This commit is contained in:
Cédric Bonhomme 2024-03-01 10:14:10 +01:00
parent 0054c89b7d
commit b592ce4bcb
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
19 changed files with 21 additions and 24 deletions

View file

@ -53,7 +53,7 @@ Tutorial
steganalysis
You can have a look at the
`unit tests <https://git.sr.ht/~cedric/stegano/tree/master/tests>`_.
`unit tests <https://github.com/cedricbonhomme/Stegano/tree/master/tests>`_.
License
@ -77,7 +77,7 @@ Contact
.. _Python: https://www.python.org
.. _Stegano: https://sr.ht/~cedric/stegano
.. _Stegano: https://github.com/cedricbonhomme/Stegano
.. _`Pillow`: https://pypi.python.org/pypi/Pillow
.. _`piexif`: https://pypi.python.org/pypi/piexif
.. _steganography: http://en.wikipedia.org/wiki/Steganography

View file

@ -12,7 +12,7 @@ If you want to retrieve the source code (with the unit tests):
.. code-block:: bash
$ git clone https://git.sr.ht/~cedric/stegano
$ git clone https://github.com/cedricbonhomme/Stegano
.. image:: https://builds.sr.ht/~cedric/stegano.svg
:target: https://builds.sr.ht/~cedric/stegano

View file

@ -2,7 +2,7 @@ Using Stegano as a Python module
================================
You can find more examples in the
`unit tests directory <https://git.sr.ht/~cedric/stegano/tree/master/tests>`_.
`unit tests directory <https://github.com/cedricbonhomme/Stegano/tree/master/tests>`_.
LSB method
----------