Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ wtforms-json
Adds smart json support for `WTForms`_. Useful for when using WTForms with
RESTful APIs.

.. _WTForms: https://wtforms.readthedocs.org/en/latest/
.. _WTForms: https://wtforms.readthedocs.io/en/latest/


Resources
---------

- `Documentation <http://wtforms-json.readthedocs.org/>`_
- `Documentation <https://wtforms-json.readthedocs.io/>`_
- `Issue Tracker <http://github.com/kvesteri/wtforms-json/issues>`_
- `Code <http://github.com/kvesteri/wtforms-json/>`_

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'wtforms': ('http://wtforms.readthedocs.org/en/latest/', None)
'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None)
}
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WTForms-JSON

WTForms-JSON is a `WTForms`_ extension for JSON data handling.

.. _WTForms: https://wtforms.readthedocs.org/en/latest/
.. _WTForms: https://wtforms.readthedocs.io/en/latest/

What does it do?
----------------
Expand Down