Skip to content

Commit 896fd80

Browse files
Update develop/loader/fabric-mod-json.md
Co-authored-by: Miroma <its.miroma@proton.me>
1 parent 92da873 commit 896fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/loader/fabric-mod-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { h } from "vue";
2525
const Range = ({ r }) => h(
2626
"a",
2727
{
28-
href: `https://jubianchi.github.io/semver-check/#/${encodeURIComponent(r)}/26.1.2`,
28+
href: `https://jubianchi.github.io/semver-check/#/${encodeURIComponent(r.replace(/[0-9]+[.][0-9]+(?![.])/, "$0.0"))}/26.1.2`,
2929
target: "_blank",
3030
rel: "noreferrer",
3131
},

0 commit comments

Comments
 (0)