From 1cf380d64a5878c7cf713d4cfa879f29260032b2 Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Thu, 2 Feb 2023 09:47:47 -0500 Subject: [PATCH] corrects link to managed-resources that has incorrect quotes (#320) --- content/master/concepts/providers.md | 5 ++--- content/v1.11/concepts/providers.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/content/master/concepts/providers.md b/content/master/concepts/providers.md index 4d970cf1..ed3aeefb 100644 --- a/content/master/concepts/providers.md +++ b/content/master/concepts/providers.md @@ -3,8 +3,8 @@ title: Providers weight: 101 --- -Providers are Crossplane packages that bundle a set of [Managed -Resources][managed-resources] and their respective controllers to allow +Providers are Crossplane packages that bundle a set of +[Managed Resources]({{}}) and their respective controllers to allow Crossplane to provision the respective infrastructure resource. ## Installing Providers @@ -94,4 +94,3 @@ will attempt to use a `ProviderConfig` named `default`. [Google Cloud Platform (GCP) Service Account]: "../cloud-providers/gcp/gcp-provider" [Microsoft Azure Service Principal]: "../cloud-providers/azure/azure-provider" [Amazon Web Services (AWS) IAM User]: "../cloud-providers/aws/aws-provider" -[managed-resources]: "managed-resources" diff --git a/content/v1.11/concepts/providers.md b/content/v1.11/concepts/providers.md index 4d970cf1..ed3aeefb 100644 --- a/content/v1.11/concepts/providers.md +++ b/content/v1.11/concepts/providers.md @@ -3,8 +3,8 @@ title: Providers weight: 101 --- -Providers are Crossplane packages that bundle a set of [Managed -Resources][managed-resources] and their respective controllers to allow +Providers are Crossplane packages that bundle a set of +[Managed Resources]({{}}) and their respective controllers to allow Crossplane to provision the respective infrastructure resource. ## Installing Providers @@ -94,4 +94,3 @@ will attempt to use a `ProviderConfig` named `default`. [Google Cloud Platform (GCP) Service Account]: "../cloud-providers/gcp/gcp-provider" [Microsoft Azure Service Principal]: "../cloud-providers/azure/azure-provider" [Amazon Web Services (AWS) IAM User]: "../cloud-providers/aws/aws-provider" -[managed-resources]: "managed-resources"