diff --git a/src/routes/(app)/database/characters/[granblueId]/+page.svelte b/src/routes/(app)/database/characters/[granblueId]/+page.svelte index 814f9abe..a03396a2 100644 --- a/src/routes/(app)/database/characters/[granblueId]/+page.svelte +++ b/src/routes/(app)/database/characters/[granblueId]/+page.svelte @@ -267,7 +267,7 @@ {#if character.wiki?.ja} diff --git a/src/routes/(app)/database/summons/[granblueId]/edit/+page.svelte b/src/routes/(app)/database/summons/[granblueId]/edit/+page.svelte index 9a114b6c..b5305d4b 100644 --- a/src/routes/(app)/database/summons/[granblueId]/edit/+page.svelte +++ b/src/routes/(app)/database/summons/[granblueId]/edit/+page.svelte @@ -282,7 +282,7 @@ placeholder="Japanese page name" width="480px" hasLinkButton={true} - linkUrl={buildWikiJaUrl(editData.wikiJa)} + linkUrl={buildWikiJaUrl(editData.wikiJa, 'summon')} /> {#if weapon.wiki?.ja}