diff --git a/content/knowledge-base/guides/troubleshoot.md b/content/knowledge-base/guides/troubleshoot.md index 68499acfc..1940b1154 100644 --- a/content/knowledge-base/guides/troubleshoot.md +++ b/content/knowledge-base/guides/troubleshoot.md @@ -231,7 +231,10 @@ Debugging Composite Resource Definition (XRD) is like debugging Compositions. #### Providers You can use install providers in two ways: `configuration.pkg.crossplane.io` and `provider.pkg.crossplane.io`. You can use either one to install providers with no functional differences to providers themselves. -If you define a `configuration.pkg.crossplane.io` object, Crossplane creates a `provider.pkg.crossplane.io` object and manages it. Refer to [this guide](https://github.com/crossplane/crossplane/blob/master/docs/concepts/packages.md) for more information about Crossplane Packages. +If you define a `configuration.pkg.crossplane.io` object, Crossplane creates a +`provider.pkg.crossplane.io` object and manages it. Refer to [the Packages +documentation]({{}}) +for more information about Crossplane Packages. If you are experiencing provider issues, steps below are a good starting point. diff --git a/content/master/getting-started/provider-aws-part-2.md b/content/master/getting-started/provider-aws-part-2.md index a9f97a064..41ffc1b8a 100644 --- a/content/master/getting-started/provider-aws-part-2.md +++ b/content/master/getting-started/provider-aws-part-2.md @@ -924,5 +924,5 @@ patches_ and making all this configuration portable in Crossplane _packages_. ## Next steps * **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/master/getting-started/provider-aws-part-3.md b/content/master/getting-started/provider-aws-part-3.md index 55eb02410..5b9d818b3 100644 --- a/content/master/getting-started/provider-aws-part-3.md +++ b/content/master/getting-started/provider-aws-part-3.md @@ -647,6 +647,6 @@ composition.yaml crossplane-aws-quickstart.xpkg crossplane.yaml definition.ya ``` ## Next steps -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/master/getting-started/provider-aws.md b/content/master/getting-started/provider-aws.md index a8f1669fd..31e4351e4 100644 --- a/content/master/getting-started/provider-aws.md +++ b/content/master/getting-started/provider-aws.md @@ -1063,7 +1063,7 @@ You can view the new CRDs with `kubectl get crds`. Every CRD maps to a unique AW {{< hint type="tip" >}} -See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds). +See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). {{< /hint >}} ## Create a Kubernetes secret for AWS @@ -1208,5 +1208,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-45eed4ae0" deleted ## Next steps * **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/master/getting-started/provider-azure-part-2.md b/content/master/getting-started/provider-azure-part-2.md index 13080a8fe..e83fe1cd7 100644 --- a/content/master/getting-started/provider-azure-part-2.md +++ b/content/master/getting-started/provider-azure-part-2.md @@ -1056,5 +1056,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_. * **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn about _patching_ resources and creating Crossplane _Packages_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/master/getting-started/provider-azure-part-3.md b/content/master/getting-started/provider-azure-part-3.md index a7e012710..9c74c5e80 100644 --- a/content/master/getting-started/provider-azure-part-3.md +++ b/content/master/getting-started/provider-azure-part-3.md @@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition. ``` ## Next steps -* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/master/getting-started/provider-azure.md b/content/master/getting-started/provider-azure.md index 47b84c1cf..5a71015c5 100644 --- a/content/master/getting-started/provider-azure.md +++ b/content/master/getting-started/provider-azure.md @@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). {{< /hint >}} ## Create a Kubernetes secret for Azure @@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted * **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/master/getting-started/provider-gcp-part-2.md b/content/master/getting-started/provider-gcp-part-2.md index f3b3d7da9..bdcfedd43 100644 --- a/content/master/getting-started/provider-gcp-part-2.md +++ b/content/master/getting-started/provider-gcp-part-2.md @@ -963,5 +963,5 @@ _packages_. * **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. * Explore GCP resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/master/getting-started/provider-gcp-part-3.md b/content/master/getting-started/provider-gcp-part-3.md index 9896e6829..3934705dc 100644 --- a/content/master/getting-started/provider-gcp-part-3.md +++ b/content/master/getting-started/provider-gcp-part-3.md @@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya ``` ## Next steps -* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/master/getting-started/provider-gcp.md b/content/master/getting-started/provider-gcp.md index 97f277e00..5f5c7d5ac 100644 --- a/content/master/getting-started/provider-gcp.md +++ b/content/master/getting-started/provider-gcp.md @@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). {{< /hint >}} ## Create a Kubernetes secret for GCP @@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted * **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore GCP resources that can Crossplane can configure in the -[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.10/contributing/observability_developer_guide.md b/content/v1.10/contributing/observability_developer_guide.md index ed70e2e54..b905c628f 100644 --- a/content/v1.10/contributing/observability_developer_guide.md +++ b/content/v1.10/contributing/observability_developer_guide.md @@ -189,10 +189,10 @@ implementations. -[Events]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#event-v1-core +[Events]: https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/ [debugging an application cluster]: https://kubernetes.io/docs/tasks/debug-application-cluster/ [Dave Cheney article]: https://dave.cheney.net/2015/11/05/lets-talk-about-logging -[`event`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/event +[`event`]: https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/ [`logging`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/logging [Do]: https://peter.bourgon.org/go-best-practices-2016/#logging-and-instrumentation [not]: https://dave.cheney.net/2017/01/23/the-package-level-logger-anti-pattern diff --git a/content/v1.11/getting-started/provider-aws-part-2.md b/content/v1.11/getting-started/provider-aws-part-2.md index 30ddb31da..eae352b9a 100644 --- a/content/v1.11/getting-started/provider-aws-part-2.md +++ b/content/v1.11/getting-started/provider-aws-part-2.md @@ -963,5 +963,5 @@ patches_ and making all this configuration portable in Crossplane _packages_. ## Next steps * **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-aws-part-3.md b/content/v1.11/getting-started/provider-aws-part-3.md index dc7ddc3e7..6dc430781 100644 --- a/content/v1.11/getting-started/provider-aws-part-3.md +++ b/content/v1.11/getting-started/provider-aws-part-3.md @@ -634,6 +634,6 @@ composition.yaml crossplane-aws-quickstart.xpkg crossplane.yaml definition.ya ``` ## Next steps -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-aws.md b/content/v1.11/getting-started/provider-aws.md index 27b0a82aa..f66d5e182 100644 --- a/content/v1.11/getting-started/provider-aws.md +++ b/content/v1.11/getting-started/provider-aws.md @@ -1072,7 +1072,7 @@ AWS service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). {{< /hint >}} ## Create a Kubernetes secret for AWS @@ -1253,6 +1253,6 @@ bucket.s3.aws.upbound.io "crossplane-bucket-lrxrf" deleted * **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore AWS resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-azure-part-2.md b/content/v1.11/getting-started/provider-azure-part-2.md index 9653759ea..ea8446d89 100644 --- a/content/v1.11/getting-started/provider-azure-part-2.md +++ b/content/v1.11/getting-started/provider-azure-part-2.md @@ -1052,5 +1052,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_. * **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn about _patching_ resources and creating Crossplane _Packages_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-azure-part-3.md b/content/v1.11/getting-started/provider-azure-part-3.md index d81f02900..cf4a22850 100644 --- a/content/v1.11/getting-started/provider-azure-part-3.md +++ b/content/v1.11/getting-started/provider-azure-part-3.md @@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition. ``` ## Next steps -* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-azure.md b/content/v1.11/getting-started/provider-azure.md index 47b84c1cf..5a71015c5 100644 --- a/content/v1.11/getting-started/provider-azure.md +++ b/content/v1.11/getting-started/provider-azure.md @@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). {{< /hint >}} ## Create a Kubernetes secret for Azure @@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted * **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-gcp-part-2.md b/content/v1.11/getting-started/provider-gcp-part-2.md index f3b3d7da9..bdcfedd43 100644 --- a/content/v1.11/getting-started/provider-gcp-part-2.md +++ b/content/v1.11/getting-started/provider-gcp-part-2.md @@ -963,5 +963,5 @@ _packages_. * **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. * Explore GCP resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-gcp-part-3.md b/content/v1.11/getting-started/provider-gcp-part-3.md index a3ef6ae91..fa14fcb8f 100644 --- a/content/v1.11/getting-started/provider-gcp-part-3.md +++ b/content/v1.11/getting-started/provider-gcp-part-3.md @@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya ``` ## Next steps -* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/v1.11/getting-started/provider-gcp.md b/content/v1.11/getting-started/provider-gcp.md index 97f277e00..5f5c7d5ac 100644 --- a/content/v1.11/getting-started/provider-gcp.md +++ b/content/v1.11/getting-started/provider-gcp.md @@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). {{< /hint >}} ## Create a Kubernetes secret for GCP @@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted * **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore GCP resources that can Crossplane can configure in the -[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-aws-part-2.md b/content/v1.12/getting-started/provider-aws-part-2.md index a9f97a064..41ffc1b8a 100644 --- a/content/v1.12/getting-started/provider-aws-part-2.md +++ b/content/v1.12/getting-started/provider-aws-part-2.md @@ -924,5 +924,5 @@ patches_ and making all this configuration portable in Crossplane _packages_. ## Next steps * **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-aws.md b/content/v1.12/getting-started/provider-aws.md index a8f1669fd..31e4351e4 100644 --- a/content/v1.12/getting-started/provider-aws.md +++ b/content/v1.12/getting-started/provider-aws.md @@ -1063,7 +1063,7 @@ You can view the new CRDs with `kubectl get crds`. Every CRD maps to a unique AW {{< hint type="tip" >}} -See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds). +See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). {{< /hint >}} ## Create a Kubernetes secret for AWS @@ -1208,5 +1208,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-45eed4ae0" deleted ## Next steps * **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. -* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds). +* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-azure-part-2.md b/content/v1.12/getting-started/provider-azure-part-2.md index 13080a8fe..e83fe1cd7 100644 --- a/content/v1.12/getting-started/provider-azure-part-2.md +++ b/content/v1.12/getting-started/provider-azure-part-2.md @@ -1056,5 +1056,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_. * **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn about _patching_ resources and creating Crossplane _Packages_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-azure-part-3.md b/content/v1.12/getting-started/provider-azure-part-3.md index a7e012710..9c74c5e80 100644 --- a/content/v1.12/getting-started/provider-azure-part-3.md +++ b/content/v1.12/getting-started/provider-azure-part-3.md @@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition. ``` ## Next steps -* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-azure.md b/content/v1.12/getting-started/provider-azure.md index 47b84c1cf..5a71015c5 100644 --- a/content/v1.12/getting-started/provider-azure.md +++ b/content/v1.12/getting-started/provider-azure.md @@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). {{< /hint >}} ## Create a Kubernetes secret for Azure @@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted * **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore Azure resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-gcp-part-2.md b/content/v1.12/getting-started/provider-gcp-part-2.md index f3b3d7da9..bdcfedd43 100644 --- a/content/v1.12/getting-started/provider-gcp-part-2.md +++ b/content/v1.12/getting-started/provider-gcp-part-2.md @@ -963,5 +963,5 @@ _packages_. * **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn about _patching_ resources and creating Crossplane _packages_. * Explore GCP resources that Crossplane can configure in the - [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). + [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-gcp-part-3.md b/content/v1.12/getting-started/provider-gcp-part-3.md index 9896e6829..3934705dc 100644 --- a/content/v1.12/getting-started/provider-gcp-part-3.md +++ b/content/v1.12/getting-started/provider-gcp-part-3.md @@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya ``` ## Next steps -* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about [Crossplane concepts]({{}}) \ No newline at end of file diff --git a/content/v1.12/getting-started/provider-gcp.md b/content/v1.12/getting-started/provider-gcp.md index 97f277e00..5f5c7d5ac 100644 --- a/content/v1.12/getting-started/provider-gcp.md +++ b/content/v1.12/getting-started/provider-gcp.md @@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage. {{< hint type="tip" >}} See details about all the supported CRDs in the -[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). {{< /hint >}} ## Create a Kubernetes secret for GCP @@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted * **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_. * Explore GCP resources that can Crossplane can configure in the -[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds). +[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. \ No newline at end of file