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 79b5e2c commit 2d9ab64Copy full SHA for 2d9ab64
1 file changed
_includes/update/fabric-download.html
@@ -71,7 +71,7 @@
71
{%- assign apilink = apiversion -%}
72
{%- assign mirror = "CurseForge" -%}
73
{%- else -%}
74
- {%- capture apilink -%}https://github.com/FabricMC/fabric/releases/download/{{ apiversion }}/fabric-api-{{ apiversion }}.jar{%- endcapture -%}
+ {%- capture apilink -%}https://github.com/FabricMC/fabric-api/releases/download/{{ apiversion }}/fabric-api-{{ apiversion }}.jar{%- endcapture -%}
75
{%- assign mirror = "GitHub" -%}
76
{%- assign apifile = apilink | split: '/' | last -%}
77
{%- endif -%}
0 commit comments