2
0
Эх сурвалжийг харах

Update broken URL in comments.

Philip Rideout 5 жил өмнө
parent
commit
39a1ec8b9e

+ 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';