Skip to content

Commit

Permalink
Update README links to Haml
Browse files Browse the repository at this point in the history
The Haml site has moved to http://haml.info.
  • Loading branch information
mattwildig committed May 30, 2012
1 parent 0c2190b commit f095019
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.de.rdoc
Expand Up @@ -360,7 +360,7 @@ Beginn ein 'require':

=== Haml Templates

Abhängigkeit:: {haml}[http://haml-lang.com/]
Abhängigkeit:: {haml}[http://haml.info/]
Dateierweiterungs:: <tt>.haml</tt>
Beispiel:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.es.rdoc
Expand Up @@ -357,7 +357,7 @@ usarla:

=== Plantillas Haml

Dependencias:: {haml}[http://haml-lang.com/]
Dependencias:: {haml}[http://haml.info/]
Extensiones de Archivo:: <tt>.haml</tt>
Ejemplo:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.fr.rdoc
Expand Up @@ -363,7 +363,7 @@ chargée au préalable :

=== Templates Haml

Dépendances:: {haml}[http://haml-lang.com/]
Dépendances:: {haml}[http://haml.info/]
Extensions de fichier:: <tt>.haml</tt>
Exemple:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.jp.rdoc
Expand Up @@ -184,7 +184,7 @@ hamlを使うにはhamlライブラリが必要です:

<tt>./views/index.haml</tt>を表示します。

{Haml's options}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
{Haml's options}[http://haml.info/docs/yardoc/file.HAML_REFERENCE.html#options]
はSinatraの設定でグローバルに設定することができます。
{Options and Configurations}[http://www.sinatrarb.com/configuration.html],
を参照してそれぞれ設定を上書きして下さい。
Expand Down
2 changes: 1 addition & 1 deletion README.ko.rdoc
Expand Up @@ -323,7 +323,7 @@ render 메서드에서 전달된 옵션값들은 +set+을 통해 설정한 옵

=== Haml 템플릿

의존:: {haml}[http://haml-lang.com/]
의존:: {haml}[http://haml.info/]
파일 확장자:: <tt>.haml</tt>
예:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.pt-br.rdoc
Expand Up @@ -128,7 +128,7 @@ A gem/biblioteca haml é necessária para renderizar templates HAML:

Renderiza <tt>./views/index.haml</tt>.

{Opções Haml}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
{Opções Haml}[http://haml.info/docs/yardoc/file.HAML_REFERENCE.html#options]
podem ser setadas globalmente através das configurações do sinatra,
veja {Opções e Configurações}[http://www.sinatrarb.com/configuration.html],
e substitua em uma requisição individual.
Expand Down
2 changes: 1 addition & 1 deletion README.pt-pt.rdoc
Expand Up @@ -128,7 +128,7 @@ A gem/biblioteca haml é necessária para renderizar templates HAML:

Renderiza <tt>./views/index.haml</tt>.

{Opções Haml}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
{Opções Haml}[http://haml.info/docs/yardoc/file.HAML_REFERENCE.html#options]
podem ser definidas globalmente através das configurações do sinatra,
veja {Opções e Configurações}[http://www.sinatrarb.com/configuration.html],
e substitua em uma requisição individual.
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -344,7 +344,7 @@ to use (and to be thread-safe), you should simply require it first:

=== Haml Templates

Dependency:: {haml}[http://haml-lang.com/]
Dependency:: {haml}[http://haml.info/]
File Extensions:: <tt>.haml</tt>
Example:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.ru.rdoc
Expand Up @@ -352,7 +352,7 @@ Thin — это более производительный и функцион

=== Haml шаблоны

Зависимости:: {haml}[http://haml-lang.com/]
Зависимости:: {haml}[http://haml.info/]
Расширения файлов:: <tt>.haml</tt>
Пример:: <tt>haml :index, :format => :html5</tt>

Expand Down
2 changes: 1 addition & 1 deletion README.zh.rdoc
Expand Up @@ -229,7 +229,7 @@ Rack body对象或者HTTP状态码:

渲染 <tt>./views/index.haml</tt>。

{Haml的选项}[http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options]
{Haml的选项}[http://haml.info/docs/yardoc/file.HAML_REFERENCE.html#options]
可以通过Sinatra的配置全局设定,
参见 {选项和配置}[http://www.sinatrarb.com/configuration.html],
也可以个别的被覆盖。
Expand Down

0 comments on commit f095019

Please sign in to comment.