Fix URL to starter template in the docs (#1795)

This commit is contained in:
Kumar McMillan 2019-03-03 18:06:46 -06:00 committed by 田欧
parent df366c7840
commit f8f1459619
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ $ govendor fetch github.com/gin-gonic/gin@v1.3
4. Copy a starting template inside your project 4. Copy a starting template inside your project
```sh ```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 5. Run your project