summaryrefslogtreecommitdiff
path: root/vimperator
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-10-20 15:09:17 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-10-20 15:09:17 +1100
commitc25c443a4a8d18d847870309ebac694b9985f169 (patch)
tree75c797a18d8fc9dea2b1895057a5c72cc514aa33 /vimperator
parent3a71341643d832a464f55f709bb6ecb57181baf0 (diff)
downloadpentadactyl-c25c443a4a8d18d847870309ebac694b9985f169.tar.gz
Bump Asciidoc required version in :help writing-docs section.
Diffstat (limited to 'vimperator')
-rw-r--r--vimperator/locale/en-US/developer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/locale/en-US/developer.txt b/vimperator/locale/en-US/developer.txt
index 469d01d0..63178e82 100644
--- a/vimperator/locale/en-US/developer.txt
+++ b/vimperator/locale/en-US/developer.txt
@@ -4,7 +4,7 @@ section::Writing{nbsp}documentation[writing-docs,documentation]
For every new feature, writing documentation is _mandatory_ for the patch to
be accepted. The docs are written in
-http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.2.x.
+http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.4.x.
They are placed in the _src/locale/en-US/_ directory and compiled with
_make doc_. Please refer to the
http://www.methods.co.nz/asciidoc/userguide.html[asciidoc documentation] above