Parcourir la source

Fix gitpod link in contributing.md.
Old link: https://gitpod.io/from-referrer
New link: https://gitpod.io/#https://github.com/BabylonJS/Babylon.js

GitHub now sets its Referrer Policy header to 'origin', so gitpod's trick of checking the referer header to see which repo you came from doesn't work.

Rajeev Vadhavkar il y a 5 ans
Parent
commit
94a0ec1f9d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      contributing.md

+ 1 - 1
contributing.md

@@ -45,7 +45,7 @@ You can use Gitpod (A free online VS Code like IDE) for contributing online. Wit
 
 so that you can start straight away.
 
-[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/BabylonJS/Babylon.js)
 
 ## Pull requests