diff --git a/README.de.rdoc b/README.de.rdoc
index 0bbb9493..f7083387 100644
--- a/README.de.rdoc
+++ b/README.de.rdoc
@@ -360,7 +360,7 @@ Beginn ein 'require':
=== Haml Templates
-Abhängigkeit:: {haml}[http://haml-lang.com/]
+Abhängigkeit:: {haml}[http://haml.info/]
Dateierweiterungs:: .haml
Beispiel:: haml :index, :format => :html5
diff --git a/README.es.rdoc b/README.es.rdoc
index d4b9bcb4..082f2342 100644
--- a/README.es.rdoc
+++ b/README.es.rdoc
@@ -357,7 +357,7 @@ usarla:
=== Plantillas Haml
-Dependencias:: {haml}[http://haml-lang.com/]
+Dependencias:: {haml}[http://haml.info/]
Extensiones de Archivo:: .haml
Ejemplo:: haml :index, :format => :html5
diff --git a/README.fr.rdoc b/README.fr.rdoc
index e4584cf0..dddcaa9b 100644
--- a/README.fr.rdoc
+++ b/README.fr.rdoc
@@ -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:: .haml
Exemple:: haml :index, :format => :html5
diff --git a/README.jp.rdoc b/README.jp.rdoc
index 1765bb97..3a737548 100644
--- a/README.jp.rdoc
+++ b/README.jp.rdoc
@@ -184,7 +184,7 @@ hamlを使うにはhamlライブラリが必要です:
./views/index.hamlを表示します。
-{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],
を参照してそれぞれ設定を上書きして下さい。
diff --git a/README.ko.rdoc b/README.ko.rdoc
index 1f77b554..6705e372 100644
--- a/README.ko.rdoc
+++ b/README.ko.rdoc
@@ -323,7 +323,7 @@ render 메서드에서 전달된 옵션값들은 +set+을 통해 설정한 옵
=== Haml 템플릿
-의존:: {haml}[http://haml-lang.com/]
+의존:: {haml}[http://haml.info/]
파일 확장자:: .haml
예:: haml :index, :format => :html5
diff --git a/README.pt-br.rdoc b/README.pt-br.rdoc
index 6b3ba2e1..22128956 100644
--- a/README.pt-br.rdoc
+++ b/README.pt-br.rdoc
@@ -128,7 +128,7 @@ A gem/biblioteca haml é necessária para renderizar templates HAML:
Renderiza ./views/index.haml.
-{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.
diff --git a/README.pt-pt.rdoc b/README.pt-pt.rdoc
index 5b190827..64e1b701 100644
--- a/README.pt-pt.rdoc
+++ b/README.pt-pt.rdoc
@@ -128,7 +128,7 @@ A gem/biblioteca haml é necessária para renderizar templates HAML:
Renderiza ./views/index.haml.
-{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.
diff --git a/README.rdoc b/README.rdoc
index b61ade27..1acb1f6d 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -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:: .haml
Example:: haml :index, :format => :html5
diff --git a/README.ru.rdoc b/README.ru.rdoc
index 6a64f43d..aa0eb0de 100644
--- a/README.ru.rdoc
+++ b/README.ru.rdoc
@@ -352,7 +352,7 @@ Thin — это более производительный и функцион
=== Haml шаблоны
-Зависимости:: {haml}[http://haml-lang.com/]
+Зависимости:: {haml}[http://haml.info/]
Расширения файлов:: .haml
Пример:: haml :index, :format => :html5
diff --git a/README.zh.rdoc b/README.zh.rdoc
index 4b6fc373..f6fe6bed 100644
--- a/README.zh.rdoc
+++ b/README.zh.rdoc
@@ -229,7 +229,7 @@ Rack body对象或者HTTP状态码:
渲染 ./views/index.haml。
-{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],
也可以个别的被覆盖。