Skip to content

Commit 82846b1

Browse files
Update links to buf.build/docs to use protovalidate.com (#62)
Updates links from buf.build/docs to use protovalidate.com. I have previewed the updated Markdown files within GitHub, opening each link to check for 404s/accuracy.
1 parent f9b0f88 commit 82846b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Offered under the [Apache 2 license][license].
105105
[license]: LICENSE
106106
[contributing]: .github/CONTRIBUTING.md
107107
[protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate
108-
[protovalidate]: https://buf.build/docs/protovalidate
109-
[quickstart]: https://buf.build/docs/protovalidate/quickstart/
108+
[protovalidate]: https://protovalidate.com
109+
[quickstart]: https://protovalidate.com/quickstart/
110110
[conformance-executable]: ./packages/protovalidate-testing/README.md
111111
[validate-proto]: https://buf.build/bufbuild/protovalidate/docs/main:buf.validate
112112
[conformance]: https://github.com/bufbuild/protovalidate/blob/main/docs/conformance.md

packages/example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Modify the transfer in [src/basic.ts](./src/index.ts) and re-run the example to
3434

3535
### Valid types
3636

37-
Protovalidate rules can modify TypeScript types. A message field annotated with protovalidate's [`required` rule](https://buf.build/docs/reference/protovalidate/rules/field_rules/#required) becomes a required property.
37+
Protovalidate rules can modify TypeScript types. A message field annotated with Protovalidate's [`required` rule](https://protovalidate.com/reference/rules/field_rules/#required) becomes a required property.
3838

3939
See [order.proto](./proto/store/v1/order.proto) and [src/valid-types.ts](./src/valid-types.ts) for an example,
4040
and take a look at the [Valid types](https://github.com/bufbuild/protobuf-es/blob/v2.6.1/MANUAL.md#valid-types)

packages/protovalidate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ if (result.kind !== "valid") {
5454
>
5555
> It requires the Protobuf runtime [@bufbuild/protobuf](https://www.npmjs.com/package/@bufbuild/protobuf).
5656
57-
[protovalidate]: https://buf.build/docs/protovalidate
57+
[protovalidate]: https://protovalidate.com
5858
[cel]: https://cel.dev
5959
[protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate

0 commit comments

Comments
 (0)