Skip to content

Commit 2d9ab64

Browse files
Update Fabric API links to skip the redirect
1 parent 79b5e2c commit 2d9ab64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/update/fabric-download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{%- assign apilink = apiversion -%}
7272
{%- assign mirror = "CurseForge" -%}
7373
{%- else -%}
74-
{%- capture apilink -%}https://github.com/FabricMC/fabric/releases/download/{{ apiversion }}/fabric-api-{{ apiversion }}.jar{%- endcapture -%}
74+
{%- capture apilink -%}https://github.com/FabricMC/fabric-api/releases/download/{{ apiversion }}/fabric-api-{{ apiversion }}.jar{%- endcapture -%}
7575
{%- assign mirror = "GitHub" -%}
7676
{%- assign apifile = apilink | split: '/' | last -%}
7777
{%- endif -%}

0 commit comments

Comments
 (0)