diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index bb54f96..7390541 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -4,7 +4,7 @@
-
@@ -19,12 +19,12 @@
-
-
+
+
-
-
+
+
@@ -35,8 +35,8 @@
Useful Links
Donate
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html
index 71b525d..5ed5ccc 100644
--- a/docs/_templates/sidebarlogo.html
+++ b/docs/_templates/sidebarlogo.html
@@ -4,7 +4,7 @@
-
@@ -19,15 +19,15 @@
-
-
+
+
-
-
+
+
GuessIt is a python library that extracts as much information as possible from a video filename.
-
\ No newline at end of file
+
diff --git a/docs/index.rst b/docs/index.rst
index 8c80dae..981fd7c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,12 +14,12 @@ 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
GuessIt is a python library that extracts as much information as possible from a video filename.
@@ -144,7 +144,7 @@ Sources are available in a dedicated `guessit-rest repository `_. 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.
diff --git a/docs/sources.rst b/docs/sources.rst
index 5df5345..c751f1b 100644
--- a/docs/sources.rst
+++ b/docs/sources.rst
@@ -3,19 +3,19 @@
Getting the source code
=======================
-GuessIt is actively developed on `GitHub `_.
+GuessIt is actively developed on `GitHub `_.
You can either clone the public repository::
- $ git clone https://github.com/wackou/guessit.git
+ $ git clone https://github.com/guessit-io/guessit.git
-Download the `tarball `_::
+Download the `tarball `_::
- $ curl -L https://github.com/wackou/guessit/tarball/master -o guessit.tar.gz
+ $ curl -L https://github.com/guessit-io/guessit/tarball/master -o guessit.tar.gz
-Or download the `zipball `_::
+Or download the `zipball `_::
- $ curl -L https://github.com/wackou/guessit/zipball/master -o guessit.zip
+ $ curl -L https://github.com/guessit-io/guessit/zipball/master -o guessit.zip
Once you have a copy of the source, you can embed it in your Python package,
diff --git a/guessit/__main__.py b/guessit/__main__.py
index 43da894..4ab118f 100644
--- a/guessit/__main__.py
+++ b/guessit/__main__.py
@@ -113,7 +113,7 @@ def main(args=None): # pylint:disable=too-many-branches
print('+ GuessIt ' + __version__ + (28 - len(__version__)) * ' ' + '+')
print('+-------------------------------------------------------+')
print('| Please report any bug or feature request at |')
- print('| https://github.com/wackou/guessit/issues. |')
+ print('| https://github.com/guessit-io/guessit/issues. |')
print('+-------------------------------------------------------+')
help_required = False