You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/guide/installation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ Echo is developed and tested using Go `1.6.x` and `1.7.x`
15
15
$ go get -u github.com/labstack/echo
16
16
```
17
17
18
-
> Ideally, you should rely on a [package manager](https://github.com/avelino/awesome-go#package-management) like glide or govendor to use a specific [version](https://github.com/labstack/echo/releases) of Echo.
18
+
> Ideally you should rely on a [package manager](https://github.com/avelino/awesome-go#package-management) like glide or govendor to use a specific [version](https://github.com/labstack/echo/releases) of Echo.
19
19
20
-
### [Migrating from v1](/guide/migrating)
20
+
### [Migrating Guide](/guide/migration)
21
21
22
22
Echo follows [semantic versioning](http://semver.org) managed through GitHub releases.
23
23
Specific version of Echo can be installed using a [package manager](https://github.com/avelino/awesome-go#package-management).
0 commit comments