mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-21 16:58:08 +08:00
Fix URL to starter template in the docs
This commit is contained in:
parent
0d50ce8597
commit
ed270fadac
@ -111,7 +111,7 @@ $ govendor fetch github.com/gin-gonic/gin@v1.3
|
||||
4. Copy a starting template inside your project
|
||||
|
||||
```sh
|
||||
$ curl https://raw.githubusercontent.com/gin-gonic/gin/master/examples/basic/main.go > main.go
|
||||
$ curl https://raw.githubusercontent.com/gin-gonic/examples/master/basic/main.go > main.go
|
||||
```
|
||||
|
||||
5. Run your project
|
||||
|
Loading…
x
Reference in New Issue
Block a user