From 9e6ac07ff24e2f79b041f8ce0872aac2da32c47a Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Thu, 8 Apr 2021 07:26:09 +0200 Subject: [PATCH] changed url --- doc/httpmock_tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/httpmock_tutorial.adoc b/doc/httpmock_tutorial.adoc index 2e65776..6ac106a 100644 --- a/doc/httpmock_tutorial.adoc +++ b/doc/httpmock_tutorial.adoc @@ -292,6 +292,6 @@ Then, add the following statements at the end of our test function body: That's it! We now have tested each and every requirement that was listed above. Congratulations. -I hope you found this useful. As mentioned above, a complete implementation of `FooClient` that passes all tests can be found in https://git.sr.ht/~ewintr/go-kit/tree/master/item/test/doc[here]. +I hope you found this useful. As mentioned above, a complete implementation of `FooClient` that passes all tests can be found in the doc folder of https://git.sr.ht/~ewintr/go-kit/[this repository]. If you have comments, please let me know. Contact methods are listed on the /about/[About page].