Skip to content

Commit a604787

Browse files
committed
Update to use JSR
1 parent 5d0251b commit a604787

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function getDocs(version?: string) {
2222

2323
const mod = Object.values(
2424
await doc(
25-
version === "gh" ? "https://raw.githubusercontent.com/MTKruto/MTKruto/main/mod.ts" : `https://deno.land/x/mtkruto@${version}/mod.ts`,
25+
version === "gh" ? "https://raw.githubusercontent.com/MTKruto/MTKruto/main/mod.ts" : `https://jsr.io/@mtkruto/mtkruto/${version}/mod.ts`,
2626
),
2727
).flat();
2828

doc/https:jsr.io@mtkrutomtkruto0.210.0mod.ts.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)