diff --git a/compose/django.md b/compose/django.md index 031c496dd4..4ffc2aadeb 100644 --- a/compose/django.md +++ b/compose/django.md @@ -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.