Skip to content

Commit 069ae8f

Browse files
committed
Fix schema links
Also work if site is deployed with non-empty base URL
1 parent bae59e1 commit 069ae8f

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)