Browse Source

chore(readme.md): fix invalid link (#1807)

田欧 6 năm trước cách đây
mục cha
commit
e5261480fd
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md
  2. BIN
      testdata/assets/console.png

+ 1 - 1
README.md

@@ -13,7 +13,7 @@
 
 Gin is a web framework written in Go (Golang). It features a martini-like API with much better performance, up to 40 times faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin.
 
-![Gin console logger](https://gin-gonic.github.io/gin/other/console.png)
+![Gin console logger](testdata/assets/console.png)
 
 ## Contents
 

BIN
testdata/assets/console.png