Skip to content

Commit 144d293

Browse files
committed
DVRL-61 - revisions before PR
1 parent 0a77cfe commit 144d293

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,24 @@ Protovalidate isn't just for Python! You might be interested in sibling reposito
7474
- [`protovalidate-cc`][pv-cc] (C++)
7575
- `protovalidate-ts` (TypeScript, coming soon!)
7676

77-
For a peek into how Protovalidate works, you might also want to check out [`protovalidate's core repository`](https://github.com/bufbuild/protovalidate), where `validate.proto` defines the entire cross-language API.
77+
Additionally, [protovalidate's core repository](https://github.com/bufbuild/protovalidate) provides:
7878

79-
# Related Sites
80-
81-
- [Buf][buf] - Enterprise-grade Kafka and gRPC for the modern age
82-
- [Common Expression Language (CEL)][cel] - The open-source technology at the core of Protovalidate
79+
- [Protovalidate's Protobuf API][validate-proto]
80+
- [Migration tooling][migrate] for `protoc-gen-validate` users
81+
- [Example][examples] `.proto` files using `protovalidate`
82+
- [Conformance testing utilities][conformance] for acceptance testing of `protovalidate` implementations
8383

8484
# Contribution
8585

8686
We genuinely appreciate any help! If you'd like to contribute, the following will be of interest:
8787

88-
- [Contributing Guidelines][contributing] - Guidelines to make your contribution process straightforward and meaningful
89-
- [Conformance testing utilities](https://github.com/bufbuild/protovalidate/tree/main/docs/conformance.md) - Utilities providing acceptance testing of `protovalidate` implementations
88+
- [Contributing Guidelines][contributing]: Guidelines to make your contribution process straightforward and meaningful
89+
- [Conformance testing utilities](https://github.com/bufbuild/protovalidate/tree/main/docs/conformance.md): Utilities providing acceptance testing of `protovalidate` implementations
90+
91+
# Related Sites
92+
93+
- [Buf][buf]: Enterprise-grade Kafka and gRPC for the modern age
94+
- [Common Expression Language (CEL)][cel]: The open-source technology at the core of Protovalidate
9095

9196
# Legal
9297

@@ -113,3 +118,10 @@ Offered under the [Apache 2 license][license].
113118
[grpc-java]: https://buf.build/docs/protovalidate/how-to/grpc-java/
114119
[grpc-python]: https://buf.build/docs/protovalidate/how-to/grpc-python/
115120
[migration-guide]: https://buf.build/docs/migration-guides/migrate-from-protoc-gen-validate/
121+
[conformance-executable]: ./internal/cmd/protovalidate-conformance-go/README.md
122+
[pkg-go]: https://pkg.go.dev/github.com/bufbuild/protovalidate-go
123+
124+
[validate-proto]: https://buf.build/bufbuild/protovalidate/docs/main:buf.validate
125+
[conformance]: https://github.com/bufbuild/protovalidate/blob/main/docs/conformance.md
126+
[examples]: https://github.com/bufbuild/protovalidate/tree/main/examples
127+
[migrate]: https://buf.build/docs/migration-guides/migrate-from-protoc-gen-validate/

0 commit comments

Comments
 (0)