atom / atom.io

🌐 A place for feedback on the atom.io website and package API
161 stars 98 forks source link

All pathwatcher-related APIs are 404ing #83

Closed 50Wliu closed 6 years ago

50Wliu commented 8 years ago

Any code link in https://atom.io/docs/api/v1.8.0/File or https://atom.io/docs/api/v1.8.0/Directory 404s. The issue appears to be that the links are targeting node-pathwatcher@6.2.5, when in fact no such version exists (it goes 6.2.4 -> 6.3.0).

Arcanemagus commented 7 years ago

These links are currently working, both for the v1.8.0 linked here and the current v1.15.0.

50Wliu commented 7 years ago

I meant the code links, not the File link itself. Those are still 404ing for v1.8.0.

Arcanemagus commented 7 years ago

Ah, sorry for the spam!

jasonrudolph commented 6 years ago

In https://github.com/atom/atom.io/issues/134, I looked into fixing the broken links in Atom 1.8.0's docs, but it doesn't look like we have a viable solution. Please see that thread if you're interested in more details. 😅

The good news is that these links are fixed in the Atom 1.9.0 docs.

Since Atom 1.9.0 came out about a year and a half ago, and since it fixes the broken links, and since we don't know of a viable fix for the Atom 1.8.0 links, I'm going to close this issue as "wontfix", and I'll continue looking into ways to prevent this in the future in https://github.com/atom/atom.io/issues/134.