Skip to content

Commit

Permalink
fixing relative path links
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsilva948 committed May 31, 2024
1 parent 11f4e7e commit 2a84d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/patterns/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/patterns/nested-compositions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2a84d0f

Please sign in to comment.