forked from tslocum/cview
Migrate docs to docs.rocketnine.space
parent
d7ac9e862c
commit
3c170e9696
|
@ -5,7 +5,7 @@ suggestions and patches.
|
|||
|
||||
Please include as much relevant information as possible.
|
||||
|
||||
Review project [documentation](https://godoc.org/gitlab.com/tslocum/cview)
|
||||
Review project [documentation](https://docs.rocketnine.space/gitlab.com/tslocum/cview)
|
||||
before submitting an issue.
|
||||
|
||||
Share issues and suggestions on the [issue tracker](https://gitlab.com/tslocum/cview/issues).
|
||||
|
|
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
|||
# cview
|
||||
[](https://godoc.org/gitlab.com/tslocum/cview)
|
||||
[](https://docs.rocketnine.space/gitlab.com/tslocum/cview)
|
||||
[](https://gitlab.com/tslocum/cview/commits/master)
|
||||
[](https://liberapay.com/rocketnine.space)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue