Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS: Broken link for Vector3 #20950

Closed
tusharjain0022 opened this issue Dec 27, 2020 · 1 comment
Closed

TS: Broken link for Vector3 #20950

tusharjain0022 opened this issue Dec 27, 2020 · 1 comment

Comments

@tusharjain0022
Copy link

Describe the bug

Link for Vector3 inside Vector3 info/help box in VsCode is taking me to the broken.
link : https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js%7Csrc/math/Vector3.js%7D

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'VsCode'
  2. Use Vector3 in threejs
  3. hover over Vector3 to see the help box
  4. link provided to visit for more info on Vector3 is broken

Code

let star = new THREE.Vector3(
          Math.random() * 600 - 300,
          Math.random() * 600 - 300,
          Math.random() * 600 - 300
        );

Live example

Expected behavior

Link should not take to 404 error page.

Screenshots
1609089910641

Screenshot (173)

Platform:

  • Device: Desktop
  • OS: Windows
  • Browser: Chrome
  • Three.js version: r124
@marcofugaro
Copy link
Contributor

This is the line the issue is referring to

* @see {@link https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js|src/math/Vector3.js}

@mrdoob mrdoob closed this as completed in e434971 Dec 28, 2020
@mrdoob mrdoob changed the title broken link for Vector3 TS: Broken link for Vector3 Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants