diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:21:14 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:21:14 +0200 |
commit | 91a41acf031b12aa4c6d592823e3f3d10a38c611 (patch) | |
tree | bf61cac26d9489c6a5e415424e182bc15a31b134 | |
parent | 9d0282442bafe929cb71fb465e1b6bb2cd4b1bc1 (diff) | |
download | kvision-91a41acf031b12aa4c6d592823e3f3d10a38c611.tar.gz kvision-91a41acf031b12aa4c6d592823e3f3d10a38c611.tar.bz2 kvision-91a41acf031b12aa4c6d592823e3f3d10a38c611.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ Full API documentation (KDoc) is available at [https://rjaros.github.io/kvision/ You can also look at [KVision blog posts at dev.to](https://dev.to/t/kvision/latest) and you can talk with KVision developers on Kotlin Slack [#kvision](https://kotlinlang.slack.com/messages/kvision/) channel. -If you are looking for the guide for KVision 1.x (based on Bootstrap 3), you can [find it here](https://kvision.gitbook.io/kvision-guide/v/kvision-1.x/). +If you are interested in the documentation for KVision 1.x (based on Bootstrap 3), you can [find the guide here](https://kvision.gitbook.io/kvision-guide/v/kvision-1.x/) and the [API docs here](https://rjaros.github.io/kvision/api1/). ## Quickstart |