dabbott / javascript-playgrounds

An interactive JavaScript sandbox
https://unpkg.com/javascript-playgrounds/public/index.html
Other
1.4k stars 131 forks source link

Fix React Native Express URL #26

Closed cuibonobo closed 6 years ago

cuibonobo commented 6 years ago

If the URL doesn't start with http, the Markdown parser thinks you mean to create a relative URL. The existing link was directing users to https://github.com/dabbott/react-native-web-player/blob/master/www.reactnativeexpress.com, which results in a 404 error.

dabbott commented 6 years ago

Thanks!