Replace with new GitHub username

This commit is contained in:
weibeu
2021-06-27 20:53:18 +05:30
parent a26e289ff4
commit cad2168439
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Basic Questions
If you're having any issue with the library itself, please do check if similar issue already exists in the `Flask Discord Issues`_ section. If you can't find any issue which helps you, then feel free to create a new one; check `Reporting New Issues`_ or just ask about it in ``#flask-discord`` channel of our `Discord community`_.
.. _Flask Discord Issues: https://github.com/thec0sm0s/Flask-Discord/issues
.. _Flask Discord Issues: https://github.com/weibeu/Flask-Discord/issues
.. _Discord community: https://discord.gg/7CrQEyP
.. _PEP 8: https://www.python.org/dev/peps/pep-0008/

View File

@@ -37,7 +37,7 @@ in shell or command prompt: ::
You can also install the latest development version (**maybe unstable/broken**) by
using following command: ::
python3 -m pip install -U git+https://github.com/thec0sm0s/Flask-Discord.git@dev
python3 -m pip install -U git+https://github.com/weibeu/Flask-Discord.git@dev
Basic Usage