[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.
This commit is contained in:
parent
0db3452f97
commit
f7f8774c43
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue