From 1c6f58c9868a95e1e31cc99abeee6ae97a4abfb5 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Mon, 18 Nov 2024 16:23:09 +0530 Subject: [PATCH] docs: fix broken link (#1516) fixes #1510 --- docs/list-of-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/list-of-containers.md b/docs/list-of-containers.md index 4ccf66ee..5ed757d5 100644 --- a/docs/list-of-containers.md +++ b/docs/list-of-containers.md @@ -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).