Skip to content

Commit

Permalink
TS: Fixed Vector3 link. Fixes #20950
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Dec 28, 2020
1 parent b423c2b commit e434971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/Vector3.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Vector3Tuple = [number, number, number];
* const c = new THREE.Vector3();
* c.crossVectors( a, b );
*
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js|src/math/Vector3.js}
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js}
*
* ( class Vector3 implements Vector<Vector3> )
*/
Expand Down

0 comments on commit e434971

Please sign in to comment.