Skip to content

Commit 1deeb92

Browse files
authored
Merge pull request #4030 from ralfhandl/gh-pages-fix-schema-links
gh-pages: fix schema links
2 parents bae59e1 + 069ae8f commit 1deeb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
3636
* **v{{ last_version }}**
3737
{%- assign separator = ": " -%}
3838
{%- endif -%}
39-
{{ separator }}[{{ segments[3] }}]({{ file.path }})
39+
{{ separator }}[{{ segments[3] }}]({{ site.baseurl }}{{ file.path }})
4040
{%- assign separator = ", " -%}
4141
{%- endif -%}
4242
{%- endfor -%}

0 commit comments

Comments
 (0)