diff --git a/Rakefile b/Rakefile index 1632f4d7c..4e1642df2 100644 --- a/Rakefile +++ b/Rakefile @@ -281,7 +281,7 @@ task :docs do # write base index with redirect to new version directory.files.create( - :body => redirecter(version), + :body => redirecter('latest'), :content_type => 'text/html', :key => 'index.html', :public => true