docs: fix broken legacy Python README link - #80
Merged
Conversation
The README linked to `input_viewer_python/`, removed in v2.6.0 by f88b35e (GPL dependency), so the relative link 404'd. Point at the `v2.5.3` tree, the last tag that still contains it, and name the version that dropped it. Replaces #67, whose branch was deleted before it could merge and whose URL pointed at `Lab271/input-viewer` rather than `Lab271/labs-input-viewer`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 "Legacy Python Version" section linked to
input_viewer_python/, which was removed in v2.6.0 by f88b35e (GPL dependency). The relative link 404'd on GitHub.Now points at the
v2.5.3tree — verified as the last tag containing the directory — and names the version that dropped it.Context
Replaces #67, which had the right idea but was unmergeable: its branch was deleted from origin before merge and it had no CI run. Its URL also pointed at
Lab271/input-viewerinstead of the actual repo,Lab271/labs-input-viewer.Verification
git cat-file -eacross tags: present inv2.5.3, absent inv2.6.0andv2.6.1🤖 Generated with Claude Code