Explorar el Código

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 hace 5 años
padre
commit
94a0ec1f9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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