diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 | ||||
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 0536eca2f7..3f89220949 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -135,7 +135,7 @@ You'll see the following output on the command line: Quit the server with CONTROL-C. WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead. - For more information on production servers see: https://docs.djangoproject.com/en/stable/howto/deployment/ + For more information on production servers see: https://docs.djangoproject.com/en/|version|/howto/deployment/ .. note:: Ignore the warning about unapplied database migrations for now; we'll deal diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 52eaaa331b..f2c9e1bdc3 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -957,7 +957,7 @@ suitable for production: .. code-block:: text WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead. - For more information on production servers see: https://docs.djangoproject.com/en/stable/howto/deployment/ + For more information on production servers see: https://docs.djangoproject.com/en/|version|/howto/deployment/ Set this environment variable to ``"true"`` to hide this warning. |
