aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-19 15:57:18 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-19 16:03:24 +0200
commitd49438659d920718fa2fe7f9ce2c5665a62c9d58 (patch)
tree3842993a1f969bf4a9ad09e4b49c2c365813d17b /README.md
parentb2ec2cdff86a022f1eb0e267fe36e807b2446d2b (diff)
downloadvis-d49438659d920718fa2fe7f9ce2c5665a62c9d58.tar.gz
vis-d49438659d920718fa2fe7f9ce2c5665a62c9d58.tar.xz
Integrate vis-test git submodule
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 515ff21..d4aa2b7 100644
--- a/README.md
+++ b/README.md
@@ -876,7 +876,7 @@ A quick overview over the code structure to get you started:
`visrc.lua` | Lua startup and configuration script
Testing infrastructure for the [low level core data structures]
-(https://github.com/martanne/vis/tree/test/test/core), [vim compatibility]
-(https://github.com/martanne/vis/tree/test/test/vim) and [vis specific features]
-(https://github.com/martanne/vis/tree/test/test/vis) is in place, but
+(https://github.com/martanne/vis-test/tree/master/core), [vim compatibility]
+(https://github.com/martanne/vis-test/tree/master/vim) and [vis specific features]
+(https://github.com/martanne/vis-test/tree/master/vis) is in place, but
lacks proper test cases.