@ -12,7 +12,7 @@ See [FORK.md](https://gitlab.com/tslocum/cview/blob/master/FORK.md) for more inf
Try the demo: ```ssh cview.rocketnine.space -p 20000```
[](https://gitlab.com/tslocum/cview/tree/master/demos/presentation)
[](https://gitlab.com/tslocum/cview/tree/master/demos/presentation)
## Features
@ -30,7 +30,7 @@ Available widgets:
Widgets may be customized and extended to suit any application.
[Mouse support](https://godoc.org/gitlab.com/tslocum/cview#hdr-Mouse_Support) is available.
[Mouse support](https://docs.rocketnine.space/gitlab.com/tslocum/cview#hdr-Mouse_Support) is available.
## Installation
@ -57,14 +57,14 @@ func main() {
}
```
Examples are available on [godoc](https://godoc.org/gitlab.com/tslocum/cview#pkg-examples) and in the "demos" subdirectory.
Examples are available via [godoc](https://docs.rocketnine.space/gitlab.com/tslocum/cview#pkg-examples) and in the "demos" subdirectory.
For a presentation highlighting the features of this package, compile and run
the program in the "demos/presentation" subdirectory.
## Documentation
Package documentation is available on [godoc](https://godoc.org/gitlab.com/tslocum/cview).
Package documentation is available via [godoc](https://docs.rocketnine.space/gitlab.com/tslocum/cview).
An [introduction tutorial](https://rocketnine.space/post/tview-and-you/) is also available.