aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-02 12:30:27 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-02 12:30:27 +0100
commite6bd30be8d7756b8d9091c14b11cfefe4d3544ff (patch)
treefdc28b8a4b22e5715b6cb6d6341b80bfe6195287
parent2d38e9454e39a69be77e1aca64bd212e80c98aed (diff)
downloadvis-e6bd30be8d7756b8d9091c14b11cfefe4d3544ff.tar.gz
vis-e6bd30be8d7756b8d9091c14b11cfefe4d3544ff.tar.xz
vis-lua: fix bogus URL in LDoc comment
-rw-r--r--vis-lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-lua.c b/vis-lua.c
index d87bb62..a818a6a 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -1515,7 +1515,7 @@ static const struct luaL_Reg window_cursors_funcs[] = {
* Cursors are represented as absolute byte offsets from the start of the file.
* Valid cursor placements are within the closed interval `[0, file.size]`.
* Cursors are currently implemented using character marks into the underlying
- * persistent [text management data structure](http://google.ch/).
+ * persistent [text management data structure](https://github.com/martanne/vis/wiki/Text-management-using-a-piece-chain).
* This has a few consequences you should be aware of:
*
* - A cursor becomes invalid when the underlying text range it is referencing