Skip to content

Commit 9fbab3e

Browse files
Remove extra "/" from URL
Co-authored-by: Mike Ralphson <[email protected]>
1 parent 460a67d commit 9fbab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
1515
#### API access
1616

1717
* [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 %}
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

0 commit comments

Comments
 (0)