Skip to content

Commit 05e6e06

Browse files
committed
make links relative
[I 190515 12:21:13 handlers:95] Reload 1 waiters: /Users/nicolaskowenski/Documents/GitHub/aws-alb-ingress-controller/docs/guide/cognito/setup.md Working in localhost
1 parent 36d7920 commit 05e6e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/cognito/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes how to install ALB Ingress Controller with AWS Cognito i
66

77
The following assumptions are observed regarding this procedure.
88

9-
* ExternalDNS is installed to the cluster and will provide a custom URL for your ALB. To setup ExternalDNS refer to the [install instructions](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/external-dns/setup/).
9+
* ExternalDNS is installed to the cluster and will provide a custom URL for your ALB. To setup ExternalDNS refer to the [install instructions](../external-dns/setup.md).
1010

1111
## Cognitio Configuration
1212

@@ -19,10 +19,10 @@ Configure Cognito for use with ALB Ingress Controller using the following links
1919

2020
## ALB Ingress Controller Setup
2121

22-
Install the ALB Ingress Controller using the [install instructions](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/controller/setup/) with the following caveats.
22+
Install the ALB Ingress Controller using the [install instructions](../controller/setup.md) with the following caveats.
2323

2424
* When setting up IAM Role Permissions, add the `cognito-idp:DescribeUserPoolClient` permission to the example policy.
2525

2626
## Deploying an Ingress
2727

28-
Using the [cognito-ingress-template](https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/examples/cognito-ingress-template.yaml) you can fill in the `<required>` variables to create an ALB ingress connected to your Cognito user pool for authentication.
28+
Using the [cognito-ingress-template](../../examples/cognito-ingress-template.yaml) you can fill in the `<required>` variables to create an ALB ingress connected to your Cognito user pool for authentication.

0 commit comments

Comments
 (0)