mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Fix documentation links
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user