docs: fix two remaining dead NoopApp/noop links (#60 follow-up)#61
Merged
Conversation
Two live-dead links to the deleted upstream repo that the #60 sweep missed: - The in-app "What's New" AltStore-source instruction pointed at raw.githubusercontent.com/NoopApp/noop/main/altstore-source.json (404). The live manifest is at ryanbr/noop; repoint both platforms' changelog entry. - tools/linux-capture/README.md linked issue #194 at NoopApp/noop (404) → ryanbr. Targeted at those exact URLs only — the historical 'NOOP is back on GitHub' changelog card (which narrates a past NoopApp move) is deliberately left as-is. Android compiles.
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.
Follow-up to #60 — two live-dead links to the deleted upstream repo that the sweep missed (both return 404 now; the ryanbr equivalents resolve):
AppChangelog.swift+AppChangelog.kt) — the changelog entry instructs users to addraw.githubusercontent.com/NoopApp/noop/main/altstore-source.json, a dead URL shipped in the app. Repointed toryanbr/noop(the live manifest). Both platforms.tools/linux-capture/README.md— the#194link pointed atgithub.com/NoopApp/noop/issues/194→ryanbr/noop.Targeted at those exact URLs only. The historical "NOOP is back on GitHub" changelog card — which narrates a past move to NoopApp — is deliberately left as-is (it's a dated record; #54's edit of it was also malformed). Android compiles clean; the Swift change is a string-literal swap.
Closes out the link canonicalization alongside #60.