django guide: Fix broken link to python 3 parent image

Signed-off-by: Nik Nyby <nikolas@gnu.org>
pull/382/head
Nik Nyby 11 months ago committed by GitHub
parent e6b1d2755f
commit a2b186f896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      official-documentation-samples/django/README.md

@ -32,7 +32,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
COPY . /code/
```
This `Dockerfile` starts with a [Python 3 parent image](https://hub.docker.com/r/library/python/tags/3/).
This `Dockerfile` starts with a [Python 3 parent image](https://hub.docker.com/_/python/tags).
The parent image is modified by adding a new `code` directory. The parent image is further modified
by installing the Python requirements defined in the `requirements.txt` file.

Loading…
Cancel
Save