We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f961d commit 891d7e3Copy full SHA for 891d7e3
1 file changed
readme.md
@@ -42,7 +42,7 @@ This will use the un-cat'ed script/css files, making debugging easier.
42
43
**LIVE**: Instead of grabbing the code, building, and embedding, you can include the script directly from the sample site. This version
44
will change whenever I release a new version.
45
- <script src="http://benvanik.github.com/WebGL-Inspector/core/embed.js"></script>
+ <script src="http://benvanik.github.io/WebGL-Inspector/core/embed.js"></script>
46
47
Note: when running the debug version [require.js](http://requirejs.org) is used to load the inspector. This can have
48
issues for when the inspector gets a chance to wrap `HTMLCanvasContext.getContext` and when code tries to use it.
0 commit comments