Skip to content

Commit 0c1f3c4

Browse files
thinkerouappleboy
authored andcommitted
chore: fix invalid link (#1820)
1 parent b40d4c1 commit 0c1f3c4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more feature details, please see the [Gin website introduction](https://gin-
3131

3232
### Getting Gin
3333

34-
The first need [Go](https://golang.org/) installed (version 1.6+ is required), then you can use the below Go command to install Gin.
34+
The first need [Go](https://golang.org/) installed (**version 1.6+ is required**), then you can use the below Go command to install Gin.
3535

3636
```sh
3737
$ go get -u github.com/gin-gonic/gin
@@ -111,6 +111,8 @@ You can find many useful Gin middlewares at [gin-contrib](https://github.com/gin
111111

112112
## Documentation
113113

114+
See [API documentation and descriptions](https://godoc.org/github.com/gin-gonic/gin) for package.
115+
114116
All documentation is available on the Gin website.
115117

116118
- [English](https://gin-gonic.com/docs/)

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Package gin implements a HTTP web framework called gin.
33
4-
See https://gin-gonic.github.io/gin/ for more information about gin.
4+
See https://gin-gonic.com/ for more information about gin.
55
*/
66
package gin // import "github.com/gin-gonic/gin"

testdata/assets/console.png

-58.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)