From cad216843982e48e10e57c36e69fff0fa59c47ed Mon Sep 17 00:00:00 2001 From: weibeu Date: Sun, 27 Jun 2021 20:53:18 +0530 Subject: [PATCH] Replace with new GitHub username --- CONTRIBUTING.rst | 2 +- docs/introduction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5879e02..d96b60d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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/ diff --git a/docs/introduction.rst b/docs/introduction.rst index b754b6f..dea8326 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -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