1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[docs] main index redirects to /latest

This commit is contained in:
geemus 2011-05-26 16:40:10 -07:00
parent 9e6ebb6f73
commit 2a61113265

View file

@ -281,7 +281,7 @@ task :docs do
# write base index with redirect to new version # write base index with redirect to new version
directory.files.create( directory.files.create(
:body => redirecter(version), :body => redirecter('latest'),
:content_type => 'text/html', :content_type => 'text/html',
:key => 'index.html', :key => 'index.html',
:public => true :public => true