Skip to content

Commit

Permalink
Use https for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 5, 2023
1 parent aa82383 commit 64f6726
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ FormEncode
==========

.. |PyPI| image:: https://img.shields.io/pypi/v/formencode
:target: https://pypi.org/project/formencode
:alt: PyPI
:target: https://pypi.org/project/formencode
:alt: PyPI

.. |Python| image:: https://img.shields.io/pypi/pyversions/formencode
:target: https://pypi.org/project/formencode
:alt: PyPI - Python Version
:target: https://pypi.org/project/formencode
:alt: PyPI - Python Version

.. image:: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg
.. |Tests| image:: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg
:target: https://github.com/formencode/formencode/actions
:alt: Test Status


Introduction
------------

FormEncode is a validation and form generation package. The
validation can be used separately from the form generation. The
validation works on compound data structures, with all parts being
nestable. It is separate from HTTP or any other input mechanism.
FormEncode is a validation and form generation package.
The validation can be used separately from the form generation.
The validation works on compound data structures, with all parts being nestable.
It is separate from HTTP or any other input mechanism.


Documentation
-------------

The latest documentation is available at http://www.formencode.org/
The latest documentation is available at https://www.formencode.org/


Testing
Expand All @@ -39,4 +39,4 @@ Use `tox` to run the test suite for all supported Python versions.
Changes
-------

See the `What's new section of the documentation <http://www.formencode.org/en/latest/#what-s-new>`_.
See the `What's new section of the documentation <https://www.formencode.org/en/latest/#what-s-new>`_.

0 comments on commit 64f6726

Please sign in to comment.