Skip to content

Commit 875c49f

Browse files
Fix test resources link (#116)
Description of changes: Added `test resources` link in `README.md`, now it points to resources template yaml files. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f601e5e commit 875c49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The latest images and Helm Charts can be found in their respective ECR Public re
2323

2424
## Create/Delete an ACK Resource
2525

26-
* Navigate to [test resources]() for a list of resource `yaml` templates
26+
* Navigate to [test resources](https://github.com/aws-controllers-k8s/ec2-controller/tree/main/test/e2e/resources) for a list of resource `yaml` templates
2727
* Copy the file to the local terminal and substitute `$` values. Ex: [vpc.yaml](https://github.com/aws-controllers-k8s/ec2-controller/blob/main/test/e2e/resources/vpc.yaml)
2828

2929
```

0 commit comments

Comments
 (0)