From b101e64cf54428d5a4563f923f4aafcfeab66c16 Mon Sep 17 00:00:00 2001 From: wt Date: Wed, 7 Jun 2017 14:29:37 +0800 Subject: [PATCH] Update web of httpkit --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8eb381c..6330248 100644 --- a/packages.json +++ b/packages.json @@ -6496,6 +6496,6 @@ ], "description": "An efficient HTTP tool suite written in pure nim. Help you to write HTTP services or clients via TCP, UDP, or even Unix Domain socket, etc.", "license": "MIT", - "web": "http://tulayang.github.io/httpkit.html" + "web": "https://github.com/tulayang/httpkit" } ]