From 72cecacea7816b00f9776fb50f27e49da7384e47 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 25 Jun 2015 12:31:29 +0100 Subject: [PATCH] Fix path to docs in README raw text --- docs/src/main/ruby/generate_readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/ruby/generate_readme.sh b/docs/src/main/ruby/generate_readme.sh index 79aadce4e..7784d1d60 100755 --- a/docs/src/main/ruby/generate_readme.sh +++ b/docs/src/main/ruby/generate_readme.sh @@ -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