Fix documentation links

This commit is contained in:
Keavon Chambers
2021-08-10 20:03:15 -07:00
parent 22947933b0
commit 26ae4e2751
3 changed files with 93 additions and 93 deletions

View File

@@ -50,7 +50,7 @@ Development is broken into monthly sprints culminating in a presentation at the
## Running the code
The project architecture is split between clients and core libraries (which are used by the clients). Currently the only client is the web frontend (`/frontend`). The web client's Vue code lives in `/frontend/src` and a Rust translation layer for the editor client backend lives in `/frontend/wasm`. A good starting point for learning about the code structure and architecture is reading the [documentation](docs/index.md).
The project architecture is split between clients and core libraries (which are used by the clients). Currently the only client is the web frontend (`/frontend`). The web client's Vue code lives in `/frontend/src` and a Rust translation layer for the editor client backend lives in `/frontend/wasm`. A good starting point for learning about the code structure and architecture is reading the [documentation](docs/README.md).
To run the project while developing: