chore: fix invalid link (#1820)
This commit is contained in:
		@ -31,7 +31,7 @@ For more feature details, please see the [Gin website introduction](https://gin-
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Getting Gin
 | 
					### Getting Gin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The first need [Go](https://golang.org/) installed (version 1.6+ is required), then you can use the below Go command to install Gin.
 | 
					The first need [Go](https://golang.org/) installed (**version 1.6+ is required**), then you can use the below Go command to install Gin.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
$ go get -u github.com/gin-gonic/gin
 | 
					$ 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
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Documentation
 | 
					## Documentation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					See [API documentation and descriptions](https://godoc.org/github.com/gin-gonic/gin) for package.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
All documentation is available on the Gin website.
 | 
					All documentation is available on the Gin website.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [English](https://gin-gonic.com/docs/)
 | 
					- [English](https://gin-gonic.com/docs/)
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								doc.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								doc.go
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
Package gin implements a HTTP web framework called gin.
 | 
					Package gin implements a HTTP web framework called gin.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See https://gin-gonic.github.io/gin/ for more information about gin.
 | 
					See https://gin-gonic.com/ for more information about gin.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
package gin // import "github.com/gin-gonic/gin"
 | 
					package gin // import "github.com/gin-gonic/gin"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								testdata/assets/console.png
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								testdata/assets/console.png
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 58 KiB  | 
		Reference in New Issue
	
	Block a user