diff --git a/README.md b/README.md index 837807a..001ddc9 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ Grid layout uses [12 columns grid system](http://www.w3schools.com/bootstrap/boo Click image to see the corresponding demo codes. -[par](https://github.com/gizak/termui/blob/master/example/par.go) -[list](https://github.com/gizak/termui/blob/master/example/list.go) -[gauge](https://github.com/gizak/termui/blob/master/example/gauge.go) -[linechart](https://github.com/gizak/termui/blob/master/example/linechart.go) -[barchart](https://github.com/gizak/termui/blob/master/example/barchart.go) -[barchart](https://github.com/gizak/termui/blob/master/example/mbarchart.go) -[sparklines](https://github.com/gizak/termui/blob/master/example/sparklines.go) +[par](https://github.com/gizak/termui/blob/master/_example/par.go) +[list](https://github.com/gizak/termui/blob/master/_example/list.go) +[gauge](https://github.com/gizak/termui/blob/master/_example/gauge.go) +[linechart](https://github.com/gizak/termui/blob/master/_example/linechart.go) +[barchart](https://github.com/gizak/termui/blob/master/_example/barchart.go) +[barchart](https://github.com/gizak/termui/blob/master/_example/mbarchart.go) +[sparklines](https://github.com/gizak/termui/blob/master/_example/sparklines.go) ## GoDoc diff --git a/extra/tabpane.go b/_extra/tabpane.go similarity index 100% rename from extra/tabpane.go rename to _extra/tabpane.go