From 2a84d0f55d47b398961c7ee2d681654a9b9c4d6e Mon Sep 17 00:00:00 2001 From: Edgar Costa Date: Fri, 31 May 2024 16:59:19 -0300 Subject: [PATCH] fixing relative path links --- docs/patterns/debugging.md | 2 +- docs/patterns/nested-compositions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/debugging.md b/docs/patterns/debugging.md index 2bfd7ce5..bfece807 100644 --- a/docs/patterns/debugging.md +++ b/docs/patterns/debugging.md @@ -32,7 +32,7 @@ Most error messages are logged to resources' event field. Whenever your Composit _Note:_ Debugging is also enabled for the AWS provider pods. You may find it useful to check the logs for the provider pods for extra information on failures. You can also disable logging -[here](/bootstrap/eksctl/crossplane/aws-provider.yaml#L24). +[here](../../bootstrap/eksctl/crossplane/aws-provider.yaml#L24). ```bash # kubectl get pods -n crossplane-system diff --git a/docs/patterns/nested-compositions.md b/docs/patterns/nested-compositions.md index 25ff63e7..a25d5105 100644 --- a/docs/patterns/nested-compositions.md +++ b/docs/patterns/nested-compositions.md @@ -4,7 +4,7 @@ Compositions can be nested within a composition. Take a look at the example-appl An example yaml file to deploy this Composition is available at `examples/aws-provider/composite-resources/example-application/example-application.yaml`. -Install the AWS Compositions and XRDs following the instructions in [compositions/README.md](../compositions/README.md) +Install the AWS Compositions and XRDs following the instructions in [compositions/README.md](../../compositions/README.md) Let’s take a look at how this example application can be deployed.