From 19d7661824f792b542a5e568be4c7b7890c92ed1 Mon Sep 17 00:00:00 2001 From: olavsorl Date: Mon, 7 Sep 2026 14:13:28 +0200 Subject: [PATCH] Update README links to Altinn Studio v8 Updated links in README to point to version 8 documentation. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1b8120265..9290092b39 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ This frontend is tasked with fetching layout files, components and other configu presents the UI for different steps in the workflow of an Altinn application. It is made to talk with the application backend developed using our [nuget packages](https://github.com/Altinn/app-lib-dotnet), usually extended from our [application template](https://github.com/Altinn/app-template-dotnet). If you want to try out creating your own -apps in Altinn Studio, [check out our documentation](https://docs.altinn.studio/altinn-studio/getting-started/). +apps in Altinn Studio, [check out our documentation](https://docs.altinn.studio/en/altinn-studio/v8/getting-started/). ## Getting started Apps created in Altinn Studio uses the latest stable release of this frontend by default. -When [testing locally](https://docs.altinn.studio/altinn-studio/reference/testing/local/), you can also -[try out](https://docs.altinn.studio/altinn-studio/reference/testing/local/debug/#using-other-frontend-versions) any of +When [testing locally](https://docs.altinn.studio/en/altinn-studio/v8/reference/testing/local/), you can also +[try out](https://docs.altinn.studio/en/altinn-studio/v8/reference/testing/local/debug/#using-other-frontend-versions) any of our [previous versions or pre-releases](https://github.com/Altinn/app-frontend-react/releases). Alternatively, you can set up this project locally to test code not yet released, @@ -67,7 +67,7 @@ To start the app locally: 1. Clone the [App-LocalTest repository](https://github.com/Altinn/app-localtest) 2. Follow the steps in the [README.md documentation](https://github.com/Altinn/app-localtest/blob/main/README.md) -3. Follow our documentation on [how to use the local app-frontend](https://docs.altinn.studio/altinn-studio/reference/testing/local/debug/#using-other-frontend-versions) when running locally +3. Follow our documentation on [how to use the local app-frontend](https://docs.altinn.studio/en/altinn-studio/v8/reference/testing/local/debug/#using-other-frontend-versions) when running locally ## Automated tests