diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b0ca90b97..0e402bbc7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -35,5 +35,5 @@ If you have any question or concerns, feel free to reach out to me. .. _`Code of Conduct`: https://www.python.org/psf/codeofconduct/ .. _`Google Python Style Guide`: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html .. _`Google Python Style Docstrings`: http://sphinx-doc.org/latest/ext/example_google.html -.. _CHANGES: https://github.com/leandrotoledo/python-telegram-bot/blob/master/CHANGES -.. _AUTHORS.rst: https://github.com/leandrotoledo/python-telegram-bot/blob/master/AUTHORS.rst +.. _CHANGES: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES +.. _AUTHORS.rst: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst diff --git a/README.rst b/README.rst index 268b87eda..685a2f51e 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,6 @@ A Python wrapper around the Telegram Bot API. *Stay tuned for library updates and new releases on our* `Telegram Channel `_. -By `Leandro Toledo `_ - .. image:: https://img.shields.io/pypi/v/python-telegram-bot.svg :target: https://pypi.python.org/pypi/python-telegram-bot :alt: PyPi Package Version @@ -25,16 +23,16 @@ By `Leandro Toledo `_ :target: http://www.gnu.org/licenses/lgpl-3.0.html :alt: LGPLv3 License -.. image:: https://travis-ci.org/leandrotoledo/python-telegram-bot.svg?branch=master - :target: https://travis-ci.org/leandrotoledo/python-telegram-bot +.. image:: https://travis-ci.org/python-telegram-bot/python-telegram-bot.svg?branch=master + :target: https://travis-ci.org/python-telegram-bot/python-telegram-bot :alt: Travis CI Status -.. image:: https://codeclimate.com/github/leandrotoledo/python-telegram-bot/badges/gpa.svg - :target: https://codeclimate.com/github/leandrotoledo/python-telegram-bot +.. image:: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot/badges/gpa.svg + :target: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot :alt: Code Climate -.. image:: https://coveralls.io/repos/leandrotoledo/python-telegram-bot/badge.svg?branch=master&service=github - :target: https://coveralls.io/github/leandrotoledo/python-telegram-bot?branch=master +.. image:: https://coveralls.io/repos/python-telegram-bot/python-telegram-bot/badge.svg?branch=master&service=github + :target: https://coveralls.io/github/python-telegram-bot/python-telegram-bot?branch=master :alt: Coveralls ================= @@ -136,11 +134,11 @@ Or upgrade to the latest version:: _`Getting the code` =================== -The code is hosted at https://github.com/leandrotoledo/python-telegram-bot +The code is hosted at https://github.com/python-telegram-bot/python-telegram-bot Check out the latest development version anonymously with:: - $ git clone https://github.com/leandrotoledo/python-telegram-bot + $ git clone https://github.com/python-telegram-bot/python-telegram-bot $ cd python-telegram-bot Run tests: @@ -215,7 +213,7 @@ Now it's time to stop the bot:: >>> updater.stop() -Check out more examples in the `examples folder `_! +Check out more examples in the `examples folder `_! ------ _`API` @@ -320,9 +318,9 @@ _`Examples` Here follows some examples to help you to get your own Bot up to speed: -- `echobot `_ replies back messages. +- `echobot `_ replies back messages. -- `roboed `_ talks to `Robô Ed `_. +- `roboed `_ talks to `Robô Ed `_. - `Simple-Echo-Telegram-Bot `_ simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional) - by @sooyhwang. @@ -348,12 +346,10 @@ _`Contact` Feel free to join to our `Telegram group `_. -If you face trouble joining in the group please ping me `via Telegram `_, I'll be glad to add you. - ======= _`TODO` ======= -Patches and bug reports are `welcome `_, just please keep the style consistent with the original source. +Patches and bug reports are `welcome `_, just please keep the style consistent with the original source. - Add commands handler. diff --git a/setup.py b/setup.py index 1d07a93f6..bac9cdffd 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( author='Leandro Toledo', author_email='leandrotoledodesouza@gmail.com', license='LGPLv3', - url='https://github.com/leandrotoledo/python-telegram-bot', + url='https://github.com/python-telegram-bot/python-telegram-bot', keywords='python telegram bot api wrapper', description='A Python wrapper around the Telegram Bot API', long_description=(read('README.rst')),