update ARCHITECTURE.md links to project architecture section in contributor book (#1759)

This commit is contained in:
Ben Barber 2024-05-12 17:27:22 -04:00 committed by GitHub
parent 10737527d8
commit 022311d9dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ idea of what kind of work is currently being planned or is in progress.
### Step 2: Get Familiar with the Project Architecture
It's crucial to have an understanding of the [project's architecture](/ARCHITECTURE.md). Familiarize
It's crucial to have an understanding of the [project's architecture](https://github.com/tracel-ai/burn/tree/main/contributor-book/src/project-architecture). Familiarize
yourself with the structure of the project, the purpose of different components, and how they
interact with each other. This will give you the context needed to make meaningful contributions.

View File

@ -591,9 +591,9 @@ any background. You can ask your questions and share what you built with the com
Before contributing, please take a moment to review our
[code of conduct](https://github.com/tracel-ai/burn/tree/main/CODE-OF-CONDUCT.md). It's also highly
recommended to read our
[architecture document](https://github.com/tracel-ai/burn/tree/main/ARCHITECTURE.md), which explains
some of our architectural decisions. Refer to out [contributing guide](/CONTRIBUTING.md) for more
recommended to read the
[architecture overview](https://github.com/tracel-ai/burn/tree/main/contributor-book/src/project-architecture), which explains
some of our architectural decisions. Refer to our [contributing guide](/CONTRIBUTING.md) for more
details.
## Status