From 7dba91322b28380efb7d683f3a4c5668f3d8a5c8 Mon Sep 17 00:00:00 2001 From: Pascal Breuninger Date: Fri, 28 Jun 2024 13:37:39 +0200 Subject: [PATCH] chore(desktop): change go quickstart example --- desktop/src/views/Workspaces/CreateWorkspace/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/views/Workspaces/CreateWorkspace/constants.ts b/desktop/src/views/Workspaces/CreateWorkspace/constants.ts index ec4523a62..7a00cda45 100644 --- a/desktop/src/views/Workspaces/CreateWorkspace/constants.ts +++ b/desktop/src/views/Workspaces/CreateWorkspace/constants.ts @@ -27,7 +27,7 @@ export const WORKSPACE_EXAMPLES = [ { image: GoSvg, imageDark: GoSvgDark, - source: "https://github.com/microsoft/vscode-remote-try-go", + source: "https://github.com/loft-sh/devpod-example-go", name: "Try Go", }, {