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 7fcad7c commit aceb05aCopy full SHA for aceb05a
src/ships/index.ts
@@ -82,7 +82,7 @@ async function fetchShipList() {
82
let LIST: any = {};
83
let rows = new JSDOM(
84
await fetch(
85
- "https://azurlane.koumakan.jp/List_of_Ships",
+ "https://azurlane.koumakan.jp/wiki/List_of_Ships",
86
path.join(ROOT, "web/ships.index.html")
87
)
88
).window.document.querySelectorAll("#mw-content-text .mw-parser-output table tbody tr");
0 commit comments