Fix broken links in contributor book (#2061)

This commit is contained in:
Noah Schiro 2024-08-04 15:38:18 -04:00 committed by GitHub
parent 9721b92dae
commit 52d896cd27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
- [Overview](./overview.md)
- [How to Read This Book](./how-to-read-this-book.md)
- [Getting Started](./getting-started/ReadMe.md)
- [Getting Started](./getting-started/README.md)
- [Setting Up The Environment](./getting-started/setting-up-the-environment.md)
- [Configuring Your Editor (Optional)](./getting-started/configuring-your-editor.md)
- [Testing](./getting-started/testing.md)
- [Architecture Overview](./project-architecture/ReadMe.md)
- [Architecture Overview](./project-architecture/README.md)
- [Modules](./project-architecture/module.md)
- [Serialization](./project-architecture/serialization.md)
- [Tensor](./project-architecture/Tensor.md)
- [Tensor](./project-architecture/tensor.md)
- [Backend](./project-architecture/backend.md)
- [Guides for Contributors](./guides/ReadMe.md)
- [Guides for Contributors](./guides/README.md)
- [Onnx To Burn Conversion Tool: A Development Guide](./guides/onnx-to-burn-conversion-tool.md)
- [Adding a New Operation to Burn](./guides/adding-a-new-operation-to-burn.md)
- [Frequently Encountered Issues](./frequently-encountered-issues/ReadMe.md)
- [Frequently Encountered Issues](./frequently-encountered-issues/README.md)
- [Issues Related To Adding Operators](./frequently-encountered-issues/issues-while-adding-ops.md)

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -45,7 +45,7 @@ main types and traits used in the solution.
<div align="center">
<h4>Module Serialization Types</h4>
<img src="./ModuleSerialization.png" width="700px"/>
<img src="./module-serialization.png" width="700px"/>
<div align="left">
The way the types interact with each other is pretty straightforward. First, a module can be