Skip to content

Commit aceb05a

Browse files
authored
Update index.ts
1 parent 7fcad7c commit aceb05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ships/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function fetchShipList() {
8282
let LIST: any = {};
8383
let rows = new JSDOM(
8484
await fetch(
85-
"https://azurlane.koumakan.jp/List_of_Ships",
85+
"https://azurlane.koumakan.jp/wiki/List_of_Ships",
8686
path.join(ROOT, "web/ships.index.html")
8787
)
8888
).window.document.querySelectorAll("#mw-content-text .mw-parser-output table tbody tr");

0 commit comments

Comments
 (0)