From a1992f71ee0e3f5d7a435a70122e5bf68dba36a9 Mon Sep 17 00:00:00 2001 From: Jared Watts Date: Tue, 14 Mar 2023 16:50:31 -0700 Subject: [PATCH] Update link to Provider Development Guide Signed-off-by: Jared Watts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b3750b..275c7fd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Code generators for [Crossplane] controllers. crossplane-runtime's interfaces (such as [`resource.Managed`]) and automatically generate the method set required to satisfy that interface. A struct is considered capable of satisfying crossplane-runtime's interfaces based on the -heuristics described in the [Crossplane Services Developer Guide], for example a +heuristics described in the [Provider Development Guide], for example a managed resource must: * Embed a [`ResourceStatus`] struct in their `Status` struct. @@ -94,4 +94,4 @@ Args: [`resource.Managed`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/resource#Managed [`ResourceSpec`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/common/v1#ResourceSpec [`ResourceStatus`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/common/v1#ResourceStatus -[Crossplane Services Developer Guide]: https://crossplane.io/docs/v0.3/services-developer-guide.html#defining-resource-kinds \ No newline at end of file +[Provider Development Guide]: https://github.com/crossplane/crossplane/blob/master/contributing/guide-provider-development.md#defining-resource-kinds \ No newline at end of file