File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
44
55## Registry
66
7- * Proceed to [ Registry] ( /registry/index.html )
7+ * Proceed to [ Registry] ( . /registry/index.html)
88
99## The Specification
1010
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
88
99## Registry
1010
11- * Proceed to [ Registry] ( /registry/index.html )
11+ * Proceed to [ Registry] ( . /registry/index.html)
1212
1313## The Specification
1414
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1717
1818| Value| Description| Issue|
1919| ---| ---| ---|
20- {% for value in site.alternative-schema %}| <a href =" /registry/alternative-schema /{{ value.slug }}.html" >{{ value.slug }}</a > | <a id =" {{ value.slug }} " />{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20+ {% for value in site.alternative-schema %}| <a href =" . /{{ value.slug }}.html" >{{ value.slug }}</a > | <a id =" {{ value.slug }} " />{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
2121{% endfor %}
2222
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1717
1818| Value| Description| Issue|
1919| ---| ---| ---|
20- {% for value in site.draft-feature %}| <a href =" /registry/draft-feature /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20+ {% for value in site.draft-feature %}| <a href =" . /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
2121{% endfor %}
2222
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1717
1818| Value| Description| Issue|
1919| ---| ---| ---|
20- {% for value in site.extension %}| <a href =" /registry/extension /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20+ {% for value in site.extension %}| <a href =" . /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
2121{% endfor %}
2222
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1717
1818| Value| Description| Issue|
1919| ---| ---| ---|
20- {% for value in site.format %}| <a href =" /registry/format /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20+ {% for value in site.format %}| <a href =" . /{{ value.slug }}.html" >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
2121{% endfor %}
2222
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
99
1010### Contents
1111
12- {% for registry in site.collections %}{% unless registry.hidden %}* <a href =" /registry /{{ registry.slug }}" >{{ registry.name }}{% endunless %}
12+ {% for registry in site.collections %}{% unless registry.hidden %}* <a href =" . /{{ registry.slug }}" >{{ registry.name }}{% endunless %}
1313{% endfor %}
1414
1515#### API access
1616
17- * [ registries.json] ( /api/registries.json ) - Registries meta-registry
18- {% for registry in site.collections %}{% unless registry.hidden %}* <a href =" /api/{{ registry.slug }}.json " >{{ registry.slug }}.json</a >{% endunless %}
17+ * [ registries.json] ( . /api/registries.json) - Registries meta-registry
18+ {% for registry in site.collections %}{% unless registry.hidden %}* <a href =" ../ /api/{{ registry.slug }}.json" >{{ registry.slug }}.json</a >{% endunless %}
1919{% endfor %}
2020
2121#### RSS feed
2222
23- * [ feed.xml] ( /rss/feed.xml )
23+ * [ feed.xml] ( . /rss/feed.xml)
2424
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1515
1616| Value| Prefix| Description| Issue|
1717| ---| ---| ---| ---|
18- {% for value in site.namespace %}| <a href =" /registry/namespace /{{ value.slug }}.html" >{{ value.slug }}</a > | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
18+ {% for value in site.namespace %}| <a href =" . /{{ value.slug }}.html" >{{ value.slug }}</a > | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
1919{% endfor %}
You can’t perform that action at this time.
0 commit comments