diff --git a/README.md b/README.md
index fa4a0ebe4a..9fa262951d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
## Registry
-* Proceed to [Registry](/registry/index.html)
+* Proceed to [Registry](./registry/index.html)
## The Specification
diff --git a/index.md b/index.md
index fcc9bac2a2..f949d157ca 100644
--- a/index.md
+++ b/index.md
@@ -8,7 +8,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
## Registry
-* Proceed to [Registry](/registry/index.html)
+* Proceed to [Registry](./registry/index.html)
## The Specification
diff --git a/registry/alternative-schema.md b/registry/alternative-schema.md
index f558b6df06..b5f38275ed 100644
--- a/registry/alternative-schema.md
+++ b/registry/alternative-schema.md
@@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
|Value|Description|Issue|
|---|---|---|
-{% for value in site.alternative-schema %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
+{% for value in site.alternative-schema %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
{% endfor %}
diff --git a/registry/draft-feature.md b/registry/draft-feature.md
index 53987354dd..858d5fe402 100644
--- a/registry/draft-feature.md
+++ b/registry/draft-feature.md
@@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
|Value|Description|Issue|
|---|---|---|
-{% for value in site.draft-feature %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
+{% for value in site.draft-feature %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
{% endfor %}
diff --git a/registry/extension.md b/registry/extension.md
index 6691c64f5c..77b3e526d9 100644
--- a/registry/extension.md
+++ b/registry/extension.md
@@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
|Value|Description|Issue|
|---|---|---|
-{% for value in site.extension %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
+{% for value in site.extension %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
{% endfor %}
diff --git a/registry/format.md b/registry/format.md
index 592f848eaf..a23620794e 100644
--- a/registry/format.md
+++ b/registry/format.md
@@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
|Value|Description|Issue|
|---|---|---|
-{% for value in site.format %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
+{% for value in site.format %}| {{ value.slug }} | {{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
{% endfor %}
diff --git a/registry/index.md b/registry/index.md
index d94588abca..2575b7b1bc 100644
--- a/registry/index.md
+++ b/registry/index.md
@@ -9,16 +9,16 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
### Contents
-{% for registry in site.collections %}{% unless registry.hidden %}* {{ registry.name }}{% endunless %}
+{% for registry in site.collections %}{% unless registry.hidden %}* {{ registry.name }}{% endunless %}
{% endfor %}
#### API access
-* [registries.json](/api/registries.json) - Registries meta-registry
-{% for registry in site.collections %}{% unless registry.hidden %}* {{ registry.slug }}.json{% endunless %}
+* [registries.json](./api/registries.json) - Registries meta-registry
+{% for registry in site.collections %}{% unless registry.hidden %}* {{ registry.slug }}.json{% endunless %}
{% endfor %}
#### RSS feed
-* [feed.xml](/rss/feed.xml)
+* [feed.xml](../rss/feed.xml)
diff --git a/registry/namespace.md b/registry/namespace.md
index b64f795f0c..24cb4430c6 100644
--- a/registry/namespace.md
+++ b/registry/namespace.md
@@ -15,5 +15,5 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
|Value|Prefix|Description|Issue|
|---|---|---|---|
-{% for value in site.namespace %}| {{ value.slug }} | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
+{% for value in site.namespace %}| {{ value.slug }} | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}#{{ value.issue }}{% endif %} |
{% endfor %}