From 8b4167c2ab73e0da7421e5a8cb79a6125f5c7a46 Mon Sep 17 00:00:00 2001 From: YuShuaiLiu Date: Fri, 14 Sep 2018 15:06:46 +0800 Subject: [PATCH] fix README Former-commit-id: a7c3c6555d4a378d1c4e2647bd1f08566b5a2b37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7643963..a0f91679 100644 --- a/README.md +++ b/README.md @@ -890,7 +890,7 @@ func main() { ### Testing -Iris offers an incredible support for the [httpexpect](github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`. +Iris offers an incredible support for the [httpexpect](https://github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`. ```go package main