Skip to content

Commit

Permalink
update link href to studio documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad committed Nov 27, 2023
1 parent 6ed6ca7 commit 854b48e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export const Documentation = () => {
<Paragraph size='small' className={classes.content}>
{t('administration.documentation.content')}
</Paragraph>
<Link href='https://docs.altinn.studio/nb/app/' className={classes.link}>
<Link
href='https://docs.altinn.studio/nb/app/getting-started/create-app/'
className={classes.link}
>
<span>{t('administration.documentation.link')}</span>
<ExternalLinkIcon className={classes.linkIcon} />
</Link>
Expand Down

0 comments on commit 854b48e

Please sign in to comment.