penguin/webhook-freedns

freedns webhook for cert-manager

commit 4364e0fa772e54c069ffb918962d6a24a6ec1a29

authorJake Sanders <i@am.so-aweso.me>
date2021-02-24T14:06:00Z
subjectUpdate README
commit 4364e0fa772e54c069ffb918962d6a24a6ec1a29
Author: Jake Sanders <i@am.so-aweso.me>
Date:   2021-02-24T14:06:00Z

    Update README
    
    Signed-off-by: Jake Sanders <i@am.so-aweso.me>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dbf5a42..1fc5031 100644
--- a/README.md
+++ b/README.md
@@ -42,12 +42,12 @@ else they will have undetermined behaviour when used with cert-manager.
 **It is essential that you configure and run the test suite when creating a
 DNS01 webhook.**
 
-An example Go test file has been provided in [main_test.go]().
+An example Go test file has been provided in [main_test.go](https://github.com/jetstack/cert-manager-webhook-example/blob/master/main_test.go).
 
 You can run the test suite with:
 
 ```bash
-$ TEST_ZONE_NAME=example.com go test .
+$ TEST_ZONE_NAME=example.com. make test
 ```
 
 The example file has a number of areas you must fill in and replace with your