diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-05-07 10:07:06 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-05-07 10:10:03 +0200 |
| commit | 945db2ed898d4feb55ca9e690dd859503f49c231 (patch) | |
| tree | 158d7940430fba99d4e433dfa45ddd250c9fb343 | |
| parent | 9cbeaa1b1bd5a8fb3b71a639932d3b67683d6c00 (diff) | |
| download | vis-945db2ed898d4feb55ca9e690dd859503f49c231.tar.gz vis-945db2ed898d4feb55ca9e690dd859503f49c231.tar.xz | |
Link to C API documentation of master branch
This is still work in progress.
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ Vis a vim-like text editor [](https://ci.appveyor.com/project/martanne/vis/branch/master) [](https://scan.coverity.com/projects/3939) [](https://codecov.io/gh/martanne/vis) -[](http://vis.readthedocs.io/en/latest/?badge=latest) +[](http://vis.readthedocs.io/en/master/?badge=master) [](irc://irc.freenode.net/vis-editor) Vis aims to be a modern, legacy free, simple yet efficient editor @@ -80,8 +80,8 @@ Learn about some differences compared to [`vim(1)`](https://github.com/martanne/vis/wiki/Differences-from-Vi(m)), respectively. -[Lua API Documentation](http://martanne.github.io/vis/doc/) is also -available. +[C API](https://vis.readthedocs.io/) as well as [Lua API](http://martanne.github.io/vis/doc/) +documentation is also available. Non Goals --------- |
