Browse Source

Use un-minified three.js in fiddles

WestLangley 7 years ago
parent
commit
d5e3cb3fab
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/CONTRIBUTING.md
  2. 2 2
      .github/ISSUE_TEMPLATE.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -14,7 +14,7 @@
 1. Specify the revision number of the three.js library where the bug occurred.
 1. Specify the revision number of the three.js library where the bug occurred.
 2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
 2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
 3. Describe the problem in detail. Explain what happened, and what you expected would happen.
 3. Describe the problem in detail. Explain what happened, and what you expected would happen.
-4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](http://jsfiddle.net/akmcv7Lh/) you can edit that runs the current version. [And here is a fiddle](http://jsfiddle.net/hw9rcLL8/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application.
+4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](https://jsfiddle.net/3foLr7sn/) you can edit that runs the current version. [And here is a fiddle](https://jsfiddle.net/qgu17w5o/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application.
 5. If helpful, include a screenshot. Annotate the screenshot for clarity.
 5. If helpful, include a screenshot. Annotate the screenshot for clarity.
 
 
 ---
 ---

+ 2 - 2
.github/ISSUE_TEMPLATE.md

@@ -11,8 +11,8 @@ Always include a code snippet, screenshots, and any relevant models or textures
 
 
 Please also include a live example if possible. You can start from these templates:
 Please also include a live example if possible. You can start from these templates:
 
 
-* [jsfiddle](https://jsfiddle.net/s3rjfcc3/) (latest release branch)
-* [jsfiddle](https://jsfiddle.net/ptgwhemb/) (dev branch)
+* [jsfiddle](https://jsfiddle.net/3foLr7sn/) (latest release branch)
+* [jsfiddle](https://jsfiddle.net/qgu17w5o/) (dev branch)
 * [codepen](https://codepen.io/anon/pen/aEBKxR) (latest release branch)
 * [codepen](https://codepen.io/anon/pen/aEBKxR) (latest release branch)
 * [codepen](https://codepen.io/anon/pen/BJWzaN) (dev branch)
 * [codepen](https://codepen.io/anon/pen/BJWzaN) (dev branch)