summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-07 12:39:24 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-07 12:39:24 +0100
commit489fc4b263eda240ea079061d926e88a6eaa3277 (patch)
tree2cf75e7b36ce442d181337bd51825bda9a85c505 /README.md
parent9933dd64aa49bcb3a18b724da13791a0bdf6fb5c (diff)
docs: various updates
- jsapi: include source links - README.md: link to github pages - docs/README.md: add stub index page Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56954eee9e..d4478ee0e0 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ To install all its package definitions, run:
You can browse the generated API documentation directly on Github.
- - [Server side Lua APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/api/index.html)
- - [Client side JavaScript APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/jsapi/index.html)
+ - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html)
+ - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html)
## Development