Browse Source

fix doc bug

pull/1183/head
wujianchang 3 years ago
parent
commit
646c68e8b1
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/project_structure.md

4
docs/project_structure.md

@ -16,11 +16,11 @@ Consider them:
**[app/](https://github.com/doccano/doccano/tree/master/app)** **[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)** **[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)** **[docker-compose.dev.yml](https://github.com/doccano/doccano/blob/master/docker-compose.dev.yml)**

Loading…
Cancel
Save