diff --git a/README.md b/README.md index 1a8083f..833846b 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ your way so you can write real-time apps. Features include: go get git.company.lan/gopkg/melody ``` -## [Example: chat](https://git.company.lan/gopkg/melody/tree/master/examples/chat) +## [Example: chat](https://git.company.lan/gopkg/melody/src/branch/master/examples/chat) -[![Chat](https://git.company.lan/gopkg/nested/raw/branch/master/examples/chat/demo.gif "Demo")](https://git.company.lan/gopkg/melody/tree/master/examples/chat) +[![Chat](https://git.company.lan/gopkg/melody/raw/branch/master/examples/chat/demo.gif "Demo")](https://git.company.lan/gopkg/melody/src/branch/master/examples/chat) ```go package main @@ -55,9 +55,9 @@ func main() { } ``` -## [Example: gophers](https://git.company.lan/gopkg/melody/tree/master/examples/gophers) +## [Example: gophers](https://git.company.lan/gopkg/melody/src/branch/master/examples/gophers) -[![Gophers](https://git.company.lan/gopkg/nested/raw/branch/master/examples/gophers/demo.gif "Demo")](https://git.company.lan/gopkg/melody/tree/master/examples/gophers) +[![Gophers](https://git.company.lan/gopkg/melody/raw/branch/master/examples/gophers/demo.gif "Demo")](https://git.company.lan/gopkg/melody/src/branch/master/examples/gophers) ```go package main @@ -137,7 +137,7 @@ func main() { } ``` -### [More examples](https://git.company.lan/gopkg/melody/tree/master/examples) +### [More examples](https://git.company.lan/gopkg/melody/src/branch/master/examples) ## [Documentation](https://godoc.org/github.com/olahol/melody)