ml5js / ml5-library

Friendly machine learning for the web! πŸ€–
https://ml5js.org
Other
6.48k stars 902 forks source link

Broken links #864

Closed kongebra closed 4 years ago

kongebra commented 4 years ago

Dear ml5 community,

I'm submitting a new issue. Please see the details below.

β†’ Step 1: Describe the issue πŸ“

I occured a 404 while browsing through the examples, then wanted to report this, but took my time to check all the links on the example page (https://ml5js.github.io/ml5-examples/public/).

List of broken links on the example page:

[
    {
        "name": "YOLO_webcam_offline",
        "url": "https://ml5js.github.io/ml5-examples/p5js/YOLO/YOLO_webcam_offline",
        "status_code": 404
    },
    {
        "name": "DCGAN_LatentVector",
        "url": "https://ml5js.github.io/ml5-examples/p5js/DCGAN/DCGAN_LatentVector",
        "status_code": 404
    },
    {
        "name": "model",
        "url": "https://ml5js.github.io/ml5-examples/p5js/DCGAN/model",
        "status_code": 404
    }
]

I guess this will also apply to the main docs as well (https://learn.ml5js.org/docs/#/)

β†’ Describe your setup πŸ¦„

Here's some helpful information about my setup...

bomanimc commented 4 years ago

Checked these links on the main site, and I believe these issues have been resolved. The 'model' example looked odd, so I went ahead and deleted that in https://github.com/ml5js/ml5-library/issues/864.