From f7f8774c433d58bcdf0c03fe93a7967fcf0e6437 Mon Sep 17 00:00:00 2001 From: Harald Reingruber Date: Sun, 29 May 2022 10:51:00 +0200 Subject: [PATCH] [Readme.md] Fix Gitpod link pointing to original repo The "Open in Gitpod" link in the Readme.md was pointing to a fork, so that the .gitpod.yml is picked up when opening the link. Now that it's merged to master (#916), it should of course point to the main repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f89f42..7cb256f3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ page on the wiki. Get a foodsoft dev-environment running in the browser with Gitpod -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mob-programming-meetup/foodsoft) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/foodcoops/foodsoft) Follow these [instructions](doc/SETUP_DEVELOPMENT_GITPOD.md) to complete setup from within the Gitpod workspace.