mirror of https://github.com/crossplane/docs.git
corrects link to managed-resources that has incorrect quotes (#320)
This commit is contained in:
parent
aed9a2384f
commit
1cf380d64a
|
@ -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]({{<ref "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"
|
||||
|
|
|
@ -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]({{<ref "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"
|
||||
|
|
Loading…
Reference in New Issue