From 7ae0eb0dc3c28a459ee757c0fa6f17a0921b2ab5 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Thu, 13 Sep 2018 01:39:24 -0700 Subject: [PATCH] Transfer ownership --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 01801ddd..19b0a9f8 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,9 @@ Sanic is a Flask-like Python 3.5+ web server that's written to go fast. It's ba On top of being Flask-like, Sanic supports async request handlers. This means you can use the new shiny async/await syntax from Python 3.5, making your code non-blocking and speedy. -Sanic is developed `on GitHub `_. Contributions are welcome! +Sanic is developed `on GitHub `_. Contributions are welcome! -If you have a project that utilizes Sanic make sure to comment on the `issue `_ that we use to track those projects! +If you have a project that utilizes Sanic make sure to comment on the `issue `_ that we use to track those projects! Hello World Example ------------------- @@ -47,8 +47,8 @@ Documentation .. |Join the chat at https://gitter.im/sanic-python/Lobby| image:: https://badges.gitter.im/sanic-python/Lobby.svg :target: https://gitter.im/sanic-python/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -.. |Build Status| image:: https://travis-ci.org/channelcat/sanic.svg?branch=master - :target: https://travis-ci.org/channelcat/sanic +.. |Build Status| image:: https://travis-ci.org/huge-success/sanic.svg?branch=master + :target: https://travis-ci.org/huge-success/sanic .. |Documentation| image:: https://readthedocs.org/projects/sanic/badge/?version=latest :target: http://sanic.readthedocs.io/en/latest/?badge=latest .. |PyPI| image:: https://img.shields.io/pypi/v/sanic.svg @@ -59,11 +59,11 @@ Documentation Examples -------- -`Non-Core examples `_. Examples of plugins and Sanic that are outside the scope of Sanic core. +`Non-Core examples `_. Examples of plugins and Sanic that are outside the scope of Sanic core. -`Extensions `_. Sanic extensions created by the community. +`Extensions `_. Sanic extensions created by the community. -`Projects `_. Sanic in production use. +`Projects `_. Sanic in production use. TODO