docs: remove dead deno.land/std link from README (registry retired)#7187
Open
sanjibani wants to merge 1 commit into
Open
docs: remove dead deno.land/std link from README (registry retired)#7187sanjibani wants to merge 1 commit into
sanjibani wants to merge 1 commit 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.57% 94.57% -0.01%
==========================================
Files 636 637 +1
Lines 52142 52150 +8
Branches 9401 9401
==========================================
+ Hits 49315 49319 +4
- Misses 2249 2254 +5
+ Partials 578 577 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
No, it doesn't return 404.
Serves packages just fine. Where are you getting this information? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)