From 0321ada6681ac03dae73b896b06b148a36970015 Mon Sep 17 00:00:00 2001 From: Doug Ireton Date: Wed, 26 May 2010 11:15:45 -0700 Subject: [PATCH] In README docs, fix links to HAML and SASS Options pages. --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index e3932f6f..d41f655f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -127,7 +127,7 @@ The haml gem/library is required to render HAML templates: Renders ./views/index.haml. -{Haml's options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html] +{Haml's options}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options] can be set globally through Sinatra's configurations, see {Options and Configurations}[http://www.sinatrarb.com/configuration.html], and overridden on an individual basis. @@ -191,7 +191,7 @@ The sass gem/library is required to render Sass templates: Renders ./views/stylesheet.sass. -{Sass' options}[http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html] +{Sass' options}[http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options] can be set globally through Sinatra's configurations, see {Options and Configurations}[http://www.sinatrarb.com/configuration.html], and overridden on an individual basis.