Skip to content

Commit

Permalink
update link href to studio documentation (#11685)
Browse files Browse the repository at this point in the history
* update link href to studio documentation

* update after yarn 4

* include frontend/stats folder as trigger
  • Loading branch information
nkylstad authored Nov 27, 2023
1 parent 6ed6ca7 commit 2f80b1b
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 789 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-config-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'frontend/app-development/**'
- 'frontend/packages/ux-editor/**'
- 'frontend/stats/**'
- '.github/workflows/frontend-config-coverage.yml'

jobs:
Expand Down
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
Loading

0 comments on commit 2f80b1b

Please sign in to comment.