diff --git a/contributor-book/src/project-architecture/serialization.md b/contributor-book/src/project-architecture/serialization.md index 143a146069..91b4622c68 100644 --- a/contributor-book/src/project-architecture/serialization.md +++ b/contributor-book/src/project-architecture/serialization.md @@ -40,8 +40,8 @@ which field is a parameter or a constant, or we assume that each field implement The second solution was chosen as it simplifies the code generation and reduces the size of the user API. This means that the `Module` trait should be implemented by -[primitives types](./burn-core/src/module/param/primitive.rs). The following diagrams highlight the -main types and traits used in the solution. +[primitive types](https://github.com/tracel-ai/burn/blob/main/crates/burn-core/src/module/param/primitive.rs). +The following diagrams highlight the main types and traits used in the solution.

Module Serialization Types