From 8c8a93db60491ae28c57a0a00d58fb8059a7777b Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Sun, 2 Nov 2008 04:59:24 -0800 Subject: [PATCH] rubyforge requires the .html extensions, apparently --- doc/template.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/template.haml b/doc/template.haml index 8c7ec66e..feea5e07 100644 --- a/doc/template.haml +++ b/doc/template.haml @@ -12,9 +12,9 @@ %li %a{ :href => './' } The Hat %li - %a{ :href => './book' } The Book + %a{ :href => './book.html' } The Book %li - %a{ :href => './api' } The API + %a{ :href => './api/' } The API %li %a{ :href => 'http://github.com/bmizerany/sinatra' } The Source %div.inner~ content