From 53966334c3cbf162b6ceb6d3cbbb1cefdd16924a Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Fri, 1 Dec 2023 14:52:08 +0300 Subject: [PATCH] Fix broken links in documentation. Signed-off-by: Cem Mergenci --- docs/Configuration.md | 4 ++-- docs/MigrationGuide.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index cf9d8f2..03d7d10 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -15,7 +15,7 @@ You can setup the Terraform Provider using AWS [IAM Roles for Service Accounts For more information, check out the example [setup](../examples/aws-eks-irsa-setup.yaml), the process is similar to what you would use for the -[provider-aws](https://github.com/upbound/provider-aws/blob/master/AUTHENTICATION.md#using-iam-roles-for-serviceaccounts). +[provider-aws](https://github.com/upbound/provider-aws/blob/main/AUTHENTICATION.md#authentication-using-irsa). ## Provider Performance and Throughput @@ -353,5 +353,5 @@ spec: ``` At Vault side configuration is also needed to allow the write operation, see -[example](https://crossplane.io/docs/v1.9/guides/vault-as-secret-store.html#prepare-vault) +[example](https://docs.crossplane.io/knowledge-base/integrations/vault-as-secret-store/) here for inspiration. diff --git a/docs/MigrationGuide.md b/docs/MigrationGuide.md index b9dd615..9da0ce9 100644 --- a/docs/MigrationGuide.md +++ b/docs/MigrationGuide.md @@ -86,7 +86,7 @@ kubectl apply -f op-providerconfig.yaml providerconfig.tf.upbound.io/default created ``` -#### 5. Pause community provider following https://crossplane.io/docs/v1.10/reference/troubleshoot.html#pausing-providers +#### 5. Pause community provider by following instructions at https://docs.crossplane.io/knowledge-base/guides/troubleshoot/#pausing-providers ```bash kubectl get providers crossplane-provider-terraform -o yaml > community-provider-terraform.yaml @@ -100,10 +100,9 @@ kubectl -n upbound-system get deploy|grep crossplane-provider-terraform crossplane-provider-terraform-e56e83bb443a 0/0 0 0 24m ``` -#### 6. If the Workspace resources are instantiated as a part of Composition, pause -the associated Claim or XR using the -https://crossplane.io/docs/v1.10/reference/composition.html#pause-annotation, -e.g. +#### 6. If the Workspace resources are instantiated as a part of Composition: + +[Pause the associated Claim or XR](https://docs.crossplane.io/latest/concepts/composite-resources/#pausing-composite-resources) by running: ```bash kubectl annotate terraformclaim.example.upbound.io/iam-role-demo-001 crossplane.io/paused=true