mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(docs): link to immich docs does not lead correctly to docs (#22687)
This commit is contained in:
parent
bb72d723e2
commit
29acf89979
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<p>{$t('official_immich_resources')}</p>
|
||||
<div class="flex flex-col sm:grid sm:grid-cols-2 gap-2 mt-5">
|
||||
<div>
|
||||
<a href="https://{info.version}.archive.docs.immich.app/overview/introduction" target="_blank" rel="noreferrer">
|
||||
<a href="https://docs.{info.version}.archive.immich.app/overview/introduction" target="_blank" rel="noreferrer">
|
||||
<Icon icon={mdiInformationOutline} size="1.5em" class="inline-block" />
|
||||
<p class="font-medium text-primary text-sm underline inline-block" id="documentation-label">
|
||||
{$t('documentation')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue