From fe3b070e01c9bdb81e1ffb560f6c65bb2c45a37a Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Mon, 13 Apr 2015 18:45:26 -0400 Subject: [PATCH] doc(README): Update travis and coverall links to refer to new org --- README.md | 6 +++--- README.rst | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0c3f0e7..02f8cd7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Falcon [![Build Status](https://travis-ci.org/racker/falcon.svg)](https://travis-ci.org/racker/falcon) [![Coverage Status](https://coveralls.io/repos/racker/falcon/badge.svg?branch=master)](https://coveralls.io/r/racker/falcon) +Falcon [![Build Status](https://travis-ci.org/falconry/falcon.svg)](https://travis-ci.org/falconry/falcon) [![Coverage Status](https://coveralls.io/repos/falconry/falcon/badge.svg?branch=master)](https://coveralls.io/r/falconry/falcon) ====== :runner: Come hang out with us in **#falconframework** on freenode. @@ -23,7 +23,7 @@ Falcon is a [high-performance Python framework][home] for building cloud APIs. I **Flexible.** Falcon can be deployed in a variety of ways, depending on your needs. The framework speaks WSGI, and works great with [Python 2.6 and 2.7, PyPy, and Python 3.3/3.4][ci]. There's no tight coupling with any async framework, leaving you free to mix-and-match what you need. [bench]: http://falconframework.org/#Metrics -[ci]: https://travis-ci.org/racker/falcon +[ci]: https://travis-ci.org/falconry/falcon ### Features ### @@ -390,7 +390,7 @@ Comments follow [Google's style guide][goog-style-comments]. ### Legal ### -Copyright 2013 by Rackspace Hosting, Inc. +Copyright 2013 by Rackspace Hosting, Inc. and other contributors as noted in the individual source files. Falcon image courtesy of [John O'Neill](https://commons.wikimedia.org/wiki/File:Brown-Falcon,-Vic,-3.1.2008.jpg). diff --git a/README.rst b/README.rst index 568f9bd..38af4a7 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ the code lean, making Falcon easier to test, optimize, and deploy. **Flexible.** Falcon can be deployed in a variety of ways, depending on your needs. The framework speaks WSGI, and works great with `Python 2.6 -and 2.7, PyPy, and Python 3.3/3.4 `__. +and 2.7, PyPy, and Python 3.3/3.4 `__. There's no tight coupling with any async framework, leaving you free to mix-and-match what you need. @@ -414,7 +414,7 @@ guide ` Legal ~~~~~ -Copyright 2013 by Rackspace Hosting, Inc. +Copyright 2013 by Rackspace Hosting, Inc. and other contributors as noted in the individual source files. Falcon image courtesy of `John O'Neill `__. @@ -434,7 +434,7 @@ permissions and limitations under the License. .. |Runner| image:: https://a248.e.akamai.net/assets.github.com/images/icons/emoji/runner.png :width: 20 :height: 20 -.. |Build Status| image:: https://travis-ci.org/racker/falcon.svg - :target: https://travis-ci.org/racker/falcon -.. |Coverage Status| image:: https://coveralls.io/repos/racker/falcon/badge.svg?branch=master - :target: https://coveralls.io/r/racker/falcon +.. |Build Status| image:: https://travis-ci.org/falconry/falcon.svg + :target: https://travis-ci.org/falconry/falcon +.. |Coverage Status| image:: https://coveralls.io/repos/falconry/falcon/badge.svg?branch=master + :target: https://coveralls.io/r/falconry/falcon