Skip to content

Commit 75fa82d

Browse files
committed
DVRL-61 - updating links to docs
1 parent d9aa18a commit 75fa82d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ except protovalidate.ValidationError as e:
4949
## Installation
5050

5151
> [!TIP]
52-
> The easiest way to get started with Protovalidate for RPC APIs are the how-to's in Buf's documentation. There's one available for [Python and gRPC][grpc-python].
52+
> The easiest way to get started with Protovalidate for RPC APIs are the quickstarts in Buf's documentation. There's one available for [Python and gRPC][grpc-python].
5353
5454
To install the package, use `pip`:
5555

@@ -64,7 +64,7 @@ Comprehensive documentation for Protovalidate is available in [Buf's documentati
6464
Highlights for Python developers include:
6565

6666
* The [developer quickstart][quickstart]
67-
* A comprehensive RPC how-to for [Python and gRPC][grpc-python]
67+
* A comprehensive RPC quickstart for [Python and gRPC][grpc-python]
6868
* A [migration guide for protoc-gen-validate][migration-guide] users
6969

7070
## Additional Languages and Repositories
@@ -111,12 +111,12 @@ Offered under the [Apache 2 license][license].
111111

112112
[protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate
113113

114-
[protovalidate]: https://buf.build/docs/protovalidate/overview/
114+
[protovalidate]: https://buf.build/docs/protovalidate
115115
[quickstart]: https://buf.build/docs/protovalidate/quickstart/
116-
[connect-go]: https://buf.build/docs/protovalidate/how-to/connect-go/
117-
[grpc-go]: https://buf.build/docs/protovalidate/how-to/grpc-go/
118-
[grpc-java]: https://buf.build/docs/protovalidate/how-to/grpc-java/
119-
[grpc-python]: https://buf.build/docs/protovalidate/how-to/grpc-python/
116+
[connect-go]: https://buf.build/docs/protovalidate/quickstart/connect-go/
117+
[grpc-go]: https://buf.build/docs/protovalidate/quickstart/grpc-go/
118+
[grpc-java]: https://buf.build/docs/protovalidate/quickstart/grpc-java/
119+
[grpc-python]: https://buf.build/docs/protovalidate/quickstart/grpc-python/
120120
[migration-guide]: https://buf.build/docs/migration-guides/migrate-from-protoc-gen-validate/
121121
[conformance-executable]: ./internal/cmd/protovalidate-conformance-go/README.md
122122
[pkg-go]: https://pkg.go.dev/github.com/bufbuild/protovalidate-go

0 commit comments

Comments
 (0)