Skip to content

Commit 29acf89

Browse files
authored
fix(docs): link to immich docs does not lead correctly to docs (immich-app#22687)
1 parent bb72d72 commit 29acf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/modals/HelpAndFeedbackModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p>{$t('official_immich_resources')}</p>
1919
<div class="flex flex-col sm:grid sm:grid-cols-2 gap-2 mt-5">
2020
<div>
21-
<a href="https://{info.version}.archive.docs.immich.app/overview/introduction" target="_blank" rel="noreferrer">
21+
<a href="https://docs.{info.version}.archive.immich.app/overview/introduction" target="_blank" rel="noreferrer">
2222
<Icon icon={mdiInformationOutline} size="1.5em" class="inline-block" />
2323
<p class="font-medium text-primary text-sm underline inline-block" id="documentation-label">
2424
{$t('documentation')}

0 commit comments

Comments
 (0)