docs: remove dead deno.land/std link from README (registry retired)#7187
docs: remove dead deno.land/std link from README (registry retired)#7187sanjibani wants to merge 2 commits into
Conversation
The README note that 'Older versions up till 0.224.0 are still available at deno.land/std' referenced https://deno.land/std, which now returns 404. The deno.land/x registry has been retired and no longer serves packages. Reworded the IMPORTANT notice to drop the dead link and the now-false 'older versions' claim, while keeping the working JSR link.
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7187 +/- ##
==========================================
- Coverage 94.64% 94.64% -0.01%
==========================================
Files 629 629
Lines 51895 51643 -252
Branches 9373 9323 -50
==========================================
- Hits 49116 48877 -239
+ Misses 2211 2202 -9
+ Partials 568 564 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No, it doesn't return 404.
Serves packages just fine. Where are you getting this information? |
Summary
The README's IMPORTANT notice references
https://deno.land/std, which now returns HTTP 404. The deno.land/x registry has been retired and no longer serves packages.Changes
Updated the IMPORTANT notice to drop the dead link and the now-false 'older versions up till 0.224.0 are still available at deno.land/std' claim, while keeping the working
https://jsr.io/@stdlink.Verification
https://deno.land/stdreturns 404 (curl HEAD + GET)https://jsr.io/@stdreturns 200 (still the canonical home)