Fix location of asciidoc src code in README

This commit is contained in:
Dave Syer
2015-06-25 12:13:02 +01:00
parent 7437334d22
commit 77b5598cf5

View File

@@ -17,7 +17,7 @@ end
file = ARGV[0] if ARGV.length>0
srcDir = File.dirname(file)
out = "// Do not edit this file (e.g. go instead to src/main/asciidoc)\n\n"
out = "// Do not edit this file (e.g. go instead to docs/src/main/asciidoc)\n\n"
doc = Asciidoctor.load_file file, safe: :safe, parse: false, attributes: 'allow-uri-read'
out << doc.reader.read