From 646c68e8b110c6cd4b8ec7f5a11b7a3bdaf319b5 Mon Sep 17 00:00:00 2001 From: wujianchang Date: Thu, 28 Jan 2021 16:34:44 +0800 Subject: [PATCH] fix doc bug --- docs/project_structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project_structure.md b/docs/project_structure.md index c7615f97..4690e196 100644 --- a/docs/project_structure.md +++ b/docs/project_structure.md @@ -16,11 +16,11 @@ Consider them: **[app/](https://github.com/doccano/doccano/tree/master/app)** -The `app/api` directory contains backend code. See [below](#Backend). +The `app/` directory contains backend code. See [below](#Backend). **[frontend/](https://github.com/doccano/doccano/tree/master/frontend)** -The `app/api` directory contains frontend code. See [below](#Frontend). +The `frontend/` directory contains frontend code. See [below](#Frontend). **[docker-compose.dev.yml](https://github.com/doccano/doccano/blob/master/docker-compose.dev.yml)**