From e5ae215fc445f23d5e6cec7d6e7116899bb94f30 Mon Sep 17 00:00:00 2001 From: ovainola Date: Fri, 26 Jun 2015 18:58:44 +0300 Subject: [PATCH] Update build.jl Changed README_new.md to README.md --- docs/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.jl b/docs/build.jl index 56cc80c..bbe11c9 100644 --- a/docs/build.jl +++ b/docs/build.jl @@ -12,7 +12,7 @@ cd(dirname(@__FILE__)) do save(joinpath(api_directory, "index.md"), index; md_subheader = :category) # Add a reminder not to edit the generated files. - open(joinpath(api_directory, "README_new.md"), "w") do f + open(joinpath(api_directory, "README.md"), "w") do f print(f, """ Files in this directory are generated using the `build.jl` script. Make all changes to the originating docstrings/files rather than these ones.