mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Convert readthedocs links for their .org -> .io migration for hosted projects
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.
This commit is contained in:
parent
6bcf5e3aa2
commit
a80202e066
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ How about the REST API?
|
|||
=======================
|
||||
|
||||
Yep, you're right, there is a REST API with this. Head to the `api
|
||||
documentation <http://readthedocs.org/docs/ihatemoney/en/latest/api.html>`_ to know more.
|
||||
documentation <https://ihatemoney.readthedocs.io/en/latest/api.html>`_ to know more.
|
||||
|
||||
How to contribute
|
||||
=================
|
||||
|
|
|
@ -55,7 +55,7 @@ def run_migrations_online():
|
|||
|
||||
# This callback is used to prevent an auto-migration from being generated
|
||||
# when there are no changes to the schema.
|
||||
# reference: http://alembic.readthedocs.org/en/latest/cookbook.html
|
||||
# reference: https://alembic.readthedocs.io/en/latest/cookbook.html
|
||||
def process_revision_directives(context, revision, directives):
|
||||
if getattr(config.cmd_opts, 'autogenerate', False):
|
||||
script = directives[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue