From eff801022d6119c95a233477abda3c57ccb28db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa=20=28paulfantom=29?= Date: Fri, 3 Feb 2023 14:40:22 +0100 Subject: [PATCH] content/v.1.11: do not quote links as it leads to 404s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Krupa (paulfantom) --- content/v1.11/concepts/composition.md | 2 +- content/v1.11/concepts/managed-resources.md | 8 ++++---- content/v1.11/concepts/providers.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/v1.11/concepts/composition.md b/content/v1.11/concepts/composition.md index 3ac263b7..01701c2b 100644 --- a/content/v1.11/concepts/composition.md +++ b/content/v1.11/concepts/composition.md @@ -1240,7 +1240,7 @@ so: 1. Use a `FromCompositeFieldPath` patch to patch from the 'intermediary' field you patched to in step 1 to a field on the destination composed resource. - +[managed-resources]: {{}} [crd-docs]: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ [raise an issue]: https://github.com/crossplane/crossplane/issues/new?assignees=&labels=enhancement&template=feature_request.md [issue-2524]: https://github.com/crossplane/crossplane/issues/2524 diff --git a/content/v1.11/concepts/managed-resources.md b/content/v1.11/concepts/managed-resources.md index 1f12451c..569a6c91 100644 --- a/content/v1.11/concepts/managed-resources.md +++ b/content/v1.11/concepts/managed-resources.md @@ -464,14 +464,14 @@ fields are there and those are enough to import a resource. The tool you're using needs to store `annotations` and `spec` fields, which most tools do including Velero. -[term-xrm]: "terminology" +[term-xrm]: {{}} [rds]: https://aws.amazon.com/rds/ [cloudsql]: https://cloud.google.com/sql -[composition]: "composition" +[composition]: {{}} [api-versioning]: https://kubernetes.io/docs/reference/using-api/#api-versioning#api-versioning [velero]: https://velero.io/ -[api-reference]: "../api-docs" -[provider]: "providers" +[api-reference]: ../api-docs +[provider]: {{}} [issue-727]: https://github.com/crossplane/crossplane/issues/727 [issue-1143]: https://github.com/crossplane/crossplane/issues/1143 [managed-api-patterns]: https://github.com/crossplane/crossplane/blob/release-1.10/design/one-pager-managed-resource-api-design.md diff --git a/content/v1.11/concepts/providers.md b/content/v1.11/concepts/providers.md index ed3aeefb..bee7b2ac 100644 --- a/content/v1.11/concepts/providers.md +++ b/content/v1.11/concepts/providers.md @@ -90,7 +90,7 @@ will attempt to use a `ProviderConfig` named `default`. -[getting-started]: "../getting-started/install-configure" -[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" +[getting-started]: ../../getting-started/introduction +[Google Cloud Platform (GCP) Service Account]: ../../cloud-providers/provider-gcp +[Microsoft Azure Service Principal]: ../../cloud-providers/provider-azure +[Amazon Web Services (AWS) IAM User]: ../../cloud-providers/provider-aws