We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460a67d commit 9fbab3eCopy full SHA for 9fbab3e
registry/index.md
@@ -15,7 +15,7 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
15
#### API access
16
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 %}
+{% for registry in site.collections %}{% unless registry.hidden %}* <a href="../api/{{ registry.slug }}.json">{{ registry.slug }}.json</a>{% endunless %}
19
{% endfor %}
20
21
#### RSS feed
0 commit comments