mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
rubyforge requires the .html extensions, apparently
This commit is contained in:
parent
69293f6ced
commit
8c8a93db60
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue