diff --git a/README.md b/README.md index 78ffea90..2bb8578b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ go-testdeep [![Version](https://img.shields.io/github/tag/maxatome/go-testdeep.svg)](https://github.com/maxatome/go-testdeep/releases) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go/#testing) -![testdeep](docs/image.png) +![testdeep](tools/docs_src/static/images/logo.png) **Extremely flexible golang deep comparison, extends the go testing package.** diff --git a/docs/404.html b/docs/404.html index db97c411..9ed03250 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,15 +9,15 @@
tdhttp
The
+tdhttp
+package helper allows to easily test HTTP APIs.
It handles any kind of API, with some specific features for the routes +accepting and/or returning JSON or XML.
+ +See examples of use in FAQ.
+ +tdutil
To write helpers, some commonly used functions are shared in
+tdutil
+package.