From 0ab8b314f79fc89eef90c2b2d67c213dcd1001e8 Mon Sep 17 00:00:00 2001 From: joerinehart Date: Thu, 3 Jul 2025 08:18:07 -0400 Subject: [PATCH 1/3] Updating docs links --- README.md | 16 ++++++++-------- src/main/resources/buf/validate/validate.proto | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c53285c3..32f78cd6 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,13 @@ Offered under the [Apache 2 license][license]. [protoc-gen-validate]: https://github.com/bufbuild/protoc-gen-validate -[protovalidate]: https://buf.build/docs/protovalidate -[quickstart]: https://buf.build/docs/protovalidate/quickstart/ -[connect-go]: https://buf.build/docs/protovalidate/quickstart/connect-go/ -[grpc-go]: https://buf.build/docs/protovalidate/quickstart/grpc-go/ -[grpc-java]: https://buf.build/docs/protovalidate/quickstart/grpc-java/ -[grpc-python]: https://buf.build/docs/protovalidate/quickstart/grpc-python/ -[migration-guide]: https://buf.build/docs/migration-guides/migrate-from-protoc-gen-validate/ +[protovalidate]: https://protovalidate.com +[quickstart]: https://protovalidate.com/quickstart/ +[connect-go]: https://protovalidate.com/quickstart/connect-go/ +[grpc-go]: https://protovalidate.com/quickstart/grpc-go/ +[grpc-java]: https://protovalidate.com/quickstart/grpc-java/ +[grpc-python]: https://protovalidate.com/quickstart/grpc-python/ +[migration-guide]: https://protovalidate.com/migration-guides/migrate-from-protoc-gen-validate/ [maven]: https://central.sonatype.com/artifact/build.buf/protovalidate/overview [pkg-go]: https://pkg.go.dev/github.com/bufbuild/protovalidate-go @@ -129,4 +129,4 @@ Offered under the [Apache 2 license][license]. [validate-proto]: https://buf.build/bufbuild/protovalidate/docs/main:buf.validate [conformance]: https://github.com/bufbuild/protovalidate/blob/main/docs/conformance.md [examples]: https://github.com/bufbuild/protovalidate/tree/main/examples -[migrate]: https://buf.build/docs/migration-guides/migrate-from-protoc-gen-validate/ +[migrate]: https://protovalidate.com/migration-guides/migrate-from-protoc-gen-validate/ diff --git a/src/main/resources/buf/validate/validate.proto b/src/main/resources/buf/validate/validate.proto index 8a0e0b44..66155148 100644 --- a/src/main/resources/buf/validate/validate.proto +++ b/src/main/resources/buf/validate/validate.proto @@ -76,7 +76,7 @@ extend google.protobuf.FieldOptions { // `Rule` represents a validation rule written in the Common Expression // Language (CEL) syntax. Each Rule includes a unique identifier, an // optional error message, and the CEL expression to evaluate. For more -// information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). +// information, [see our documentation](https://protovalidate.com/schemas/custom-rules/). // // ```proto // message Foo { @@ -122,7 +122,7 @@ message MessageRules { // `cel` is a repeated field of type Rule. Each Rule specifies a validation rule to be applied to this message. // These rules are written in Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). + // [see our documentation](https://protovalidate.com/schemas/custom-rules/). // // // ```proto @@ -212,7 +212,7 @@ message OneofRules { message FieldRules { // `cel` is a repeated field used to represent a textual expression // in the Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). + // [see our documentation](https://protovalidate.com/schemas/custom-rules/). // // ```proto // message MyMessage { @@ -297,7 +297,7 @@ message FieldRules { message PredefinedRules { // `cel` is a repeated field used to represent a textual expression // in the Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://buf.build/docs/protovalidate/schemas/predefined-rules/). + // [see our documentation](https://protovalidate.com/schemas/predefined-rules/). // // ```proto // message MyMessage { From ea98fee8e4c9b5e035d26b0f421cf3002aa29b30 Mon Sep 17 00:00:00 2001 From: joerinehart Date: Thu, 7 Aug 2025 11:18:12 -0400 Subject: [PATCH 2/3] Updating docs links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f78cd6..89e6e977 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ dependencies { ## Documentation -Comprehensive documentation for Protovalidate is available in [Buf's documentation library][protovalidate]. +Comprehensive documentation for Protovalidate is available at [protovalidate.com][protovalidate]. Highlights for Java developers include: From e716133274333ad62872f4587be31fed75ec48a0 Mon Sep 17 00:00:00 2001 From: joerinehart Date: Thu, 7 Aug 2025 11:21:59 -0400 Subject: [PATCH 3/3] Reverting change in .proto --- src/main/resources/buf/validate/validate.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/buf/validate/validate.proto b/src/main/resources/buf/validate/validate.proto index 66155148..8a0e0b44 100644 --- a/src/main/resources/buf/validate/validate.proto +++ b/src/main/resources/buf/validate/validate.proto @@ -76,7 +76,7 @@ extend google.protobuf.FieldOptions { // `Rule` represents a validation rule written in the Common Expression // Language (CEL) syntax. Each Rule includes a unique identifier, an // optional error message, and the CEL expression to evaluate. For more -// information, [see our documentation](https://protovalidate.com/schemas/custom-rules/). +// information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). // // ```proto // message Foo { @@ -122,7 +122,7 @@ message MessageRules { // `cel` is a repeated field of type Rule. Each Rule specifies a validation rule to be applied to this message. // These rules are written in Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://protovalidate.com/schemas/custom-rules/). + // [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). // // // ```proto @@ -212,7 +212,7 @@ message OneofRules { message FieldRules { // `cel` is a repeated field used to represent a textual expression // in the Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://protovalidate.com/schemas/custom-rules/). + // [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/). // // ```proto // message MyMessage { @@ -297,7 +297,7 @@ message FieldRules { message PredefinedRules { // `cel` is a repeated field used to represent a textual expression // in the Common Expression Language (CEL) syntax. For more information, - // [see our documentation](https://protovalidate.com/schemas/predefined-rules/). + // [see our documentation](https://buf.build/docs/protovalidate/schemas/predefined-rules/). // // ```proto // message MyMessage {