From 55f88f485a82ab1e7e3ff1c79dcb20ab7e19d83f Mon Sep 17 00:00:00 2001 From: abdelhak aissat Date: Sun, 31 Jul 2022 20:21:34 +0100 Subject: [PATCH] fix: install guide not acessible in the documentation website. in the developer guide section at the end of the backend the link that redirects to the `installation guide` was displaying : 404 - Not found --- docs/developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guide.md b/docs/developer_guide.md index db02348d..22ed2998 100644 --- a/docs/developer_guide.md +++ b/docs/developer_guide.md @@ -32,7 +32,7 @@ The `backend/` directory includes the backend's REST API code. These APIs are bu | poetry.lock | Related to Poetry. This file prevents you from automatically getting the latest versions of your dependencies. See [Basic usage](https://python-poetry.org/docs/basic-usage/) in Poetry documentation. | | pyproject.toml | This file contains build system requirements and information, which are used by pip to build the package. See [pyproject.toml](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/) and [The pyproject.toml file in Poetry](https://python-poetry.org/docs/pyproject/) in detail. | -If you want to setup the backend environment, please see [Installation guide](./install-and-upgrade-doccano.md#install-from-source). +If you want to setup the backend environment, please see [Installation guide](./install_and_upgrade_doccano.md#install-from-source). ## docker