浏览代码

Merge pull request #18393 from prideout/dev

Update broken URL in comments.
Michael Herzog 5 年之前
父节点
当前提交
2d47b40731
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      examples/js/curves/CurveExtras.js
  2. 1 1
      examples/jsm/curves/CurveExtras.js
  3. 1 1
      src/geometries/ParametricGeometry.js

+ 1 - 1
examples/js/curves/CurveExtras.js

@@ -8,7 +8,7 @@
  * http://en.wikipedia.org/wiki/Viviani%27s_curve
  * http://mathdl.maa.org/images/upload_library/23/stemkoski/knots/page4.html
  * http://www.mi.sanu.ac.rs/vismath/taylorapril2011/Taylor.pdf
- * http://prideout.net/blog/?p=44
+ * https://prideout.net/blog/old/blog/index.html@p=44.html
  */
 
 THREE.Curves = ( function () {

+ 1 - 1
examples/jsm/curves/CurveExtras.js

@@ -8,7 +8,7 @@
  * http://en.wikipedia.org/wiki/Viviani%27s_curve
  * http://mathdl.maa.org/images/upload_library/23/stemkoski/knots/page4.html
  * http://www.mi.sanu.ac.rs/vismath/taylorapril2011/Taylor.pdf
- * http://prideout.net/blog/?p=44
+ * https://prideout.net/blog/old/blog/index.html@p=44.html
  */
 
 import {

+ 1 - 1
src/geometries/ParametricGeometry.js

@@ -3,7 +3,7 @@
  * @author Mugen87 / https://github.com/Mugen87
  *
  * Parametric Surfaces Geometry
- * based on the brilliant article by @prideout http://prideout.net/blog/?p=44
+ * based on the brilliant article by @prideout https://prideout.net/blog/old/blog/index.html@p=44.html
  */
 
 import { Geometry } from '../core/Geometry.js';