Merge pull request #11236 from usha-mandya/django-md-fix

Fix md syntax
This commit is contained in:
Sebastiaan van Stijn 2020-08-12 11:39:02 +02:00 committed by GitHub
commit 413ec52d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -88,9 +88,8 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
> Note:
>
> This uses the build in development server to run your application
> on port 8000. Do **not** use this in a production environment. For more
> information, see [Django documentation]
> (https://docs.djangoproject.com/en/3.1/intro/tutorial01/#the-development-server).
> on port 8000. Do not use this in a production environment. For more
> information, see [Django documentation](https://docs.djangoproject.com/en/3.1/intro/tutorial01/#the-development-server){: target="_blank" class="_”}.
10. Save and close the `docker-compose.yml` file.