chore: replace deprecated URLs in README#2
Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
Open
chore: replace deprecated URLs in README#2devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
Conversation
- Update Travis CI badge from defunct travis-ci.org to app.travis-ci.com - Update thinkster.io tutorial link (DNS dead) to gothinkster/realworld GitHub repo - Update gothinkster raw image ref from master to main branch Co-Authored-By: Arthur Poon <arthur.poon@windsurf.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Documentation-only change replacing deprecated/defunct URLs in README.md:
travis-ci.orgtoapp.travis-ci.com(the.orgdomain is deprecated and only redirects)thinkster.io/tutorials/node-json-api(DNS resolution fails entirely) withgithub.com/gothinkster/realworldmastertomainfor the gothinkster/realworld raw image URLNote: The primary search target (
productionready.io) has zero occurrences in this repo — it was already migrated toapi.realworld.io. These README fixes address the remaining defunct external links found during the broader search.Review & Testing Checklist for Human
raw.githubusercontent.com/gothinkster/realworld/main/media/learn-btn-hr.png) returned 404 during automated spot-checks. The image may no longer exist in the upstream repo. Consider removing the image/link entirely if it doesn't render..comSVG endpoint redirects toapi.travis-ci.com, which should work but is worth a visual check)Notes
realworld-temp-api.herokuapp.comURL insrc/prisma/migrations/20210924225358_initial/migration.sqlis also defunct (404), but was intentionally not modified since altering Prisma migration files would break the migration checksum chain. This is superseded by a later migration (20211105153605_api_url) that already sets the correctapi.realworld.iodefault.no-explicit-any,no-unused-vars, etc.) were observed — none introduced by this PR.Link to Devin session: https://app.devin.ai/sessions/12f7417cfdf3495b93b8287c1879f0e6
Requested by: @arthurkkp-cog