From 583e1823afdef98ef8d35e93e31c27732725a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20Fr=C3=B6be?= Date: Fri, 1 Dec 2023 16:43:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48d3a306..f2d2efc37 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Components: ## Setup Your Local Development Environment -We use [dev containers](https://code.visualstudio.com/docs/devcontainers/containers) to simplify development. You can [open this repository directly in codespaces](https://codespaces.new/tira-io/tree/tira). If you want to develop locally, please install Docker and an IDE with support for dev containers on your machine (we usually use VS Code). +We use [dev containers](https://code.visualstudio.com/docs/devcontainers/containers) to simplify development. You can [open this repository directly in codespaces](https://codespaces.new/tira-io/tira/tree/main). If you want to develop locally, please install Docker and an IDE with support for dev containers on your machine (we usually use VS Code). First, please clone the repository: ```