In German README doc, fix links to HAML and SASS Options pages.

This commit is contained in:
Doug Ireton 2010-05-26 11:24:31 -07:00
parent bdab38083b
commit edf4d4356e
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ Die haml gem/Bibliothek wird benötigt um HAML Templates rendern zu können:
gerendert wird <tt>./views/index.haml</tt>.
{Hamls Optionen}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html]
{Hamls Optionen}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
können global durch die Sinatra Konfiguration gesetzt werden,
siehe {Optionen und Konfiguration}[http://www.sinatrarb.com/configuration.html],
und individuell überschrieben werden.
@ -192,7 +192,7 @@ Die sass gem/Bibliothek wird benötigt um sass Templates rendern zu können:
gerendert wird <tt>./views/stylesheet.sass</tt>.
{Sass Optionen}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html]
{Sass Optionen}[http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options]
können global durch die Sinatra Konfiguration gesetzt werden,
siehe {Optionen und Konfiguration}[http://www.sinatrarb.com/configuration.html],
und individuell überschrieben werden.