diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bc1d38d..320223d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,7 +11,7 @@ GuessIt is under active development, and contributions are more than welcome! #. Write a test which shows that the bug was fixed or that the feature works as expected. #. Send a pull request and bug the maintainer until it gets merged and published. :) -.. _the repository: https://github.com/wackou/guessit +.. _the repository: https://github.com/guessit-io/guessit License ------- diff --git a/HISTORY.rst b/HISTORY.rst index d09ff7b..a393158 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -91,4 +91,4 @@ History ------------------ - Rewrite from scratch using `Rebulk `_ -- Read `MIGRATION.rst `_ for migration guidelines. +- Read `MIGRATION.rst `_ for migration guidelines. diff --git a/README.rst b/README.rst index 8524142..76ad245 100644 --- a/README.rst +++ b/README.rst @@ -9,15 +9,15 @@ GuessIt :target: https://pypi.python.org/pypi/guessit :alt: LGPLv3 License -.. image:: http://img.shields.io/travis/wackou/guessit.svg - :target: https://travis-ci.org/wackou/guessit +.. image:: http://img.shields.io/travis/guessit-io/guessit.svg + :target: https://travis-ci.org/guessit-io/guessit :alt: Build Status -.. image:: http://img.shields.io/coveralls/wackou/guessit.svg - :target: https://coveralls.io/github/wackou/guessit +.. image:: http://img.shields.io/coveralls/guessit-io/guessit.svg + :target: https://coveralls.io/github/guessit-io/guessit :alt: Coveralls -`HuBoard `_ +`HuBoard `_ GuessIt is a python library that extracts as much information as possible from a video filename. @@ -50,7 +50,7 @@ GuessIt 2 has been rewriten from scratch. GuessIt is now a release name parser o features like hashes computations has been dropped. To migrate from guessit ``0.x`` or ``1.x``, please read -`migration.rst `_. +`migration.rst `_. Install ------- @@ -59,7 +59,7 @@ Installing GuessIt is simple with `pip `_:: $ pip install guessit -You can also `install GuessIt from sources `_ +You can also `install GuessIt from sources `_ Usage ----- @@ -159,7 +159,7 @@ GuessIt is also available on `Docker Hub `_. Feel free to open an issue if you think you +This project is hosted on `GitHub `_. Feel free to open an issue if you think you have found a bug or something is missing in guessit. GuessIt relies on `Rebulk `_ project for pattern and rules registration.