Skip to content

Commit bf56eb7

Browse files
authored
Change old link in the fabric gradle.properties template to the link it redirects to (#2528)
1 parent eee075e commit bf56eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
5-
# check these on https://modmuss50.me/fabric.html
5+
# check these on https://fabricmc.net/develop
66
minecraft_version=${MC_VERSION}
77
#if (!${OFFICIAL_MAPPINGS})
88
yarn_mappings=${YARN_MAPPINGS}
@@ -16,6 +16,6 @@ org.gradle.jvmargs=-Xmx1G
1616

1717
#if (${API_VERSION})
1818
# Dependencies
19-
# check this on https://modmuss50.me/fabric.html
19+
# check this on https://fabricmc.net/develop
2020
fabric_version=${API_VERSION}
2121
#end

0 commit comments

Comments
 (0)