From 633a1b207bba01ead02136ebc7ec0b94d86cdd57 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 8 Nov 2017 14:57:06 +0800 Subject: [PATCH] Doc: add missing symlink to access ocumentation pages a share/kak/doc symlink to doc/pages was not committed, preventing non-installed kakoune from accessing the on line documentation. --- share/kak/doc | 1 + 1 file changed, 1 insertion(+) create mode 120000 share/kak/doc diff --git a/share/kak/doc b/share/kak/doc new file mode 120000 index 00000000..cfb2f649 --- /dev/null +++ b/share/kak/doc @@ -0,0 +1 @@ +../../doc/pages/ \ No newline at end of file