You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,8 +445,8 @@ let status_field = status!("status_field");
445
445
446
446
## Complete example
447
447
448
-
Check out the [tests](https://github.com/Rick-Phoenix/protoschema/tree/main/test) crate or the [`render_templates`](crate::packages::Package::render_templates) description for full usage example, with the proto output included.
448
+
Check out the [tests](https://github.com/Rick-Phoenix/protoschema/blob/main/protoschema/tests/test.rs) crate or the [`render_templates`](crate::packages::Package::render_templates) description for full usage example, with the proto output included.
449
449
450
450
## ✅ Integration with protocheck
451
451
452
-
Integrating with protocheck is pretty straightforward, but you can also find an example in a dedicated [testing crate](https://github.com/Rick-Phoenix/protoschema/tree/main/tests) in the protoschema repo.
452
+
Integrating with protocheck is pretty straightforward, but you can also find an example in a dedicated [testing crate](https://github.com/Rick-Phoenix/protoschema/blob/main/tests/build.rs) in the protoschema repo.
0 commit comments