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
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.
Copy file name to clipboardExpand all lines: packages/example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Modify the transfer in [src/basic.ts](./src/index.ts) and re-run the example to
34
34
35
35
### Valid types
36
36
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.
38
38
39
39
See [order.proto](./proto/store/v1/order.proto) and [src/valid-types.ts](./src/valid-types.ts) for an example,
40
40
and take a look at the [Valid types](https://github.com/bufbuild/protobuf-es/blob/v2.6.1/MANUAL.md#valid-types)
0 commit comments