Skip to content

Commit

Permalink
docs: fix broken link (#1516)
Browse files Browse the repository at this point in the history
fixes #1510
  • Loading branch information
revant authored Nov 18, 2024
1 parent 324d9db commit 1c6f58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/list-of-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

There are 3 images that you can find in `/images` directory:

- `bench`. It is used for development. [Learn more how to start development](../development/README.md).
- `bench`. It is used for development. [Learn more how to start development](development.md).
- `production`.
- Multi-purpose Python backend. Runs [Werkzeug server](https://werkzeug.palletsprojects.com/en/2.0.x/) with [gunicorn](https://gunicorn.org), queues (via `bench worker`), or schedule (via `bench schedule`).
- Contains JS and CSS assets and routes incoming requests using [nginx](https://www.nginx.com).
Expand Down

0 comments on commit 1c6f58c

Please sign in to comment.