Open slowkow opened 3 days ago
Notes for later:
Further fixes are invited, of course.
Fixed all the non-archive links to markdown pages with anchors.
Note: the archives are low-priority, and will probably need a large scripted fix as they're just all compiled HTML.
@slowkow Could you re-run your scripts and separate their outputs into archive/
and non-archive/
?
Everything except the Flems links should be fixed, though admittedly the list is awkward to go through on mobile.
@dead-claudia Thank you so much for the quick fix!
I ran muffet again with --exclude archive
and this is the result I see now:
https://mithril.js.org/keys.html
id #linking-model-data-to-views not found https://mithril.js.org/keys.html#linking-model-data-to-views
https://mithril.js.org/animation.html
403 https://greensock.com/gsap
https://mithril.js.org/framework-comparison.html
id #authentication not found https://mithril.js.org/route.html#authentication
https://mithril.js.org/route.html
id #The_pushState()_method not found https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState%28%29_method
id #reinitializing-views-with-single-child-keyed-fragments not found https://mithril.js.org/route.html#reinitializing-views-with-single-child-keyed-fragments
https://mithril.js.org/examples/dbmonster/vue/index.html
404 https://vuejs.org/js/vue.min.js
https://mithril.js.org/examples/dbmonster/angular/index.html
404 https://code.angularjs.org/2.0.0-beta.17/Rx.umd.js
404 https://code.angularjs.org/2.0.0-beta.17/angular2-all.umd.js
404 https://code.angularjs.org/2.0.0-beta.17/angular2-polyfills.js
404 https://mithril.js.org/examples/dbmonster/lib/bootstrap.min.css
https://mithril.js.org/signatures.html
id #mrouteset not found https://mithril.js.org/signatures.html#mrouteset
https://mithril.js.org/stream.html
id #combiner not found https://mithril.js.org/stream.html#combiner
id #either-type not found https://github.com/sanctuary-js/sanctuary#either-type
id #functor not found https://github.com/fantasyland/fantasy-land#functor
id #lifter not found https://mithril.js.org/stream.html#lifter
id #stream-combine not found https://mithril.js.org/stream.html#stream-combine
id #stream-lift not found https://mithril.js.org/stream.html#stream-lift
id #streamfantasy-landof-1 not found https://mithril.js.org/stream.html#streamfantasy-landof-1
https://mithril.js.org/examples/threaditjs/index.html
lookup threaditjs.com on 127.0.0.53:53: server misbehaving https://threaditjs.com/reset.css
lookup threaditjs.com on 127.0.0.53:53: server misbehaving https://threaditjs.com/shared.css
lookup threaditjs.com on 127.0.0.53:53: server misbehaving https://threaditjs.com/shared.js
Here is an attachment that includes about 2000 or so broken archive links:
Okay, I'll go ahead and state that the ThreaditJS example won't be fixed right away. Once I get another chance, I'll resolve the other links in that non-archive list.
Note to whoever fixes it:
./api
) and possibly IndexedDB to mock it out. The actual server resides in https://github.com/mixonic/threaditjs/blob/master/lib/api.js, which may be helpful for porting.api.threaditjs.com
, they'll need re-pointed accordingly.
Is there an existing issue for this?
Offending URL
https://mithril.js.org/examples.html
Issue description
I was exploring Mithril today, and I tried following some of the links in the documentation pages. Unfortunately, I hit a lot of 404 errors. So, I wanted to let you know about them here.
On the Examples page (https://mithril.js.org/examples.html), these links are broken (404):
The link to Tic Tac Toe is broken, and it takes me here: https://flems.io/
On the Framework comparison page (https://mithril.js.org/framework-comparison.html), these links are broken (404):
Here is a much longer list of 404 errors all over the documentation website:
mithril.js.org.txt