From 0acd2bc8402781f0a0d33d0b43afb1db28c51e97 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 6 Apr 2019 06:41:16 +0800 Subject: [PATCH] fix: #68 wrong link --- content/en/docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 1fef940b2..8d92d5441 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -13,7 +13,7 @@ Gin is a HTTP web framework written in Go (Golang). It features a Martini-like A ## How to use Gin? -We provide some API usage [examples](https://github.com/gin-gonic/examples) and lists some public known [Gin's user](https://github.com/gin-gonic/examples). +We provide some API usage [examples](https://github.com/gin-gonic/examples) and lists some public known [Gin's user](./users). ## How to contribute to Gin?