Skip to content

Commit

Permalink
Convert readthedocs link for their .org -> .io migration for hosted p…
Browse files Browse the repository at this point in the history
…rojects (pallets-eco#276)

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
  • Loading branch information
adamchainz authored and davidism committed Jul 15, 2016
1 parent 78ba1d6 commit 60abf4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
What is WTForms?
================

[![Build Status](https://travis-ci.org/wtforms/wtforms.svg?branch=master)](https://travis-ci.org/wtforms/wtforms) [![Coverage Status](https://coveralls.io/repos/wtforms/wtforms/badge.svg?branch=master&service=github)](https://coveralls.io/github/wtforms/wtforms?branch=master) [![Documentation Status](https://readthedocs.org/projects/wtforms/badge/?version=latest)](http://wtforms.readthedocs.org/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/wtforms/wtforms.svg?branch=master)](https://travis-ci.org/wtforms/wtforms) [![Coverage Status](https://coveralls.io/repos/wtforms/wtforms/badge.svg?branch=master&service=github)](https://coveralls.io/github/wtforms/wtforms?branch=master) [![Documentation Status](https://readthedocs.org/projects/wtforms/badge/?version=latest)](https://wtforms.readthedocs.io/en/latest/?badge=latest)

WTForms is a flexible forms validation and rendering library for python web development.

To get started using WTForms, we recommend reading the [crash course][] on the docs site: http://wtforms.readthedocs.org/en/stable/
To get started using WTForms, we recommend reading the [crash course][] on the docs site: https://wtforms.readthedocs.io/en/stable/

If you downloaded the package from PyPI, there will also be a prebuilt copy of the html documentation in the `docs/html/` directory.

Expand All @@ -17,8 +17,8 @@ Why use WTForms?
* [Framework-agnostic][]; works with your web framework and template engine of choice.
* Rich ecosystem of [library integrations](#library-integrations)

[crash course]: http://wtforms.readthedocs.org/en/stable/crash_course.html
[Framework-agnostic]: http://wtforms.readthedocs.org/en/stable/faq.html#does-wtforms-work-with-library-here
[crash course]: https://wtforms.readthedocs.io/en/stable/crash_course.html
[Framework-agnostic]: https://wtforms.readthedocs.io/en/stable/faq.html#does-wtforms-work-with-library-here


Installation
Expand All @@ -41,9 +41,9 @@ Third-Party Library Integrations
<a id="library-integrations" name="library-integrations"></a>
WTForms works with most web frameworks very well; but there are a number of tools available that make integration with database ORM's, environments, and frameworks even better - either reducing boilerplate or adding features like query fields, etc.

* [Flask-WTF](https://flask-wtf.readthedocs.org/en/latest/) is an integration with the Flask framework providing a solid default CSRF configuration, file upload support, flask-i18n integration, and more.
* [Flask-WTF](https://flask-wtf.readthedocs.io/en/latest/) is an integration with the Flask framework providing a solid default CSRF configuration, file upload support, flask-i18n integration, and more.
* [WTForms-Appengine](https://github.com/wtforms/wtforms-appengine) provides ORM-backed fields and form generation from Appengine db/ndb schema
* [WTForms-SQLAlchemy](https://github.com/wtforms/wtforms-sqlalchemy) provides ORM-backed fields and generation of forms from models.
* [WTForms-Alchemy](https://wtforms-alchemy.readthedocs.org/en/latest/) provides powerful model forms support
* [WTForms-Alchemy](https://wtforms-alchemy.readthedocs.io/en/latest/) provides powerful model forms support


2 changes: 1 addition & 1 deletion docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ the new API's unless it needs to work across both WTForms 1.x and 2.x
(`docs <WTForms-Alchemy-docs>`_)

.. _WTForms-Alchemy: https://pypi.python.org/pypi/WTForms-Alchemy
.. _WTForms-Alchemy-docs: http://wtforms-alchemy.readthedocs.org/en/latest/
.. _WTForms-Alchemy-docs: https://wtforms-alchemy.readthedocs.io/en/latest/
.. _WTForms-Appengine: https://github.com/wtforms/wtforms-appengine
.. _WTForms-Django: https://github.com/wtforms/wtforms-django

Expand Down

0 comments on commit 60abf4f

Please sign in to comment.