Skip to content

Commit b561b00

Browse files
authored
Fix url in docs (#197)
1 parent aea0000 commit b561b00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/configure/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Getting Started guide uses HTTP (insecure) communications by default.
44
Using the examples here, you can change that to HTTPS (secure) communications.
55
If you choose, you can further customize your HTTPS connections by adding custom domain names and certificates, as described below.
66

7-
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
7+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8s) site. The files are in the `examples/` directory.
88

99
### Securing Traffic using HTTPS
1010

docs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Follow these instructions to create a cluster and deploy the AWS Gateway API Controller.
44
Run through them again for a second cluster to use with the extended example shown later.
55

6-
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
6+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8s) site. The files are in the `examples/` directory.
77

88
1. Set your region and cluster name as environment variables. See the [Amazon VPC Lattice FAQs](https://aws.amazon.com/vpc/lattice/faqs/) for a list of supported regions. For this example, we use `us-west-2`:
99
```bash

docs/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Both clusters are created using `eksctl`, with both clusters created from the sa
99
Using these examples as a foundation, see the [Configuration](configure/index.md) section for ways to further configure service-to-service communications.
1010

1111

12-
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
12+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8s) site. The files are in the `examples/` directory.
1313

1414
## Set up single-cluster/VPC service-to-service communications
1515

0 commit comments

Comments
 (0)