From fac04ccb5e0b9e1077a93de1dbffd6151d6851f7 Mon Sep 17 00:00:00 2001 From: pwespi Date: Thu, 23 Dec 2021 14:47:16 +0100 Subject: [PATCH] docs: fix v3 branch name in getting-started (#2644) Co-authored-by: Patrick Wespi --- platform/docs/docs/development/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/docs/docs/development/getting-started.md b/platform/docs/docs/development/getting-started.md index 98765fb52..4c2f9f5df 100644 --- a/platform/docs/docs/development/getting-started.md +++ b/platform/docs/docs/development/getting-started.md @@ -53,7 +53,7 @@ following commands: ```bash # Switch to the v3 branch -git switch feat/v2-main +git switch v3-stable # Restore dependencies yarn install