Skip to content

Commit adb2049

Browse files
committed
Fix direct include URL
GitHub pages is on github.io not github.com
1 parent c5f961d commit adb2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This will use the un-cat'ed script/css files, making debugging easier.
4242

4343
**LIVE**: Instead of grabbing the code, building, and embedding, you can include the script directly from the sample site. This version
4444
will change whenever I release a new version.
45-
<script src="http://benvanik.github.com/WebGL-Inspector/core/embed.js"></script>
45+
<script src="http://benvanik.github.io/WebGL-Inspector/core/embed.js"></script>
4646

4747
Note: when running the debug version [require.js](http://requirejs.org) is used to load the inspector. This can have
4848
issues for when the inspector gets a chance to wrap `HTMLCanvasContext.getContext` and when code tries to use it.

0 commit comments

Comments
 (0)