Fix broken internal documentation links in README.md#1
Open
aliciusschroeder wants to merge 1 commit into
Open
Conversation
Replaced non-existent documentation file links with actual existing files: - Removed links to missing STATUS.md, PROGRESS_REPORT.md, WALKTHROUGHS_STATUS.md - Added links to existing GAME_SOURCES.md, ADVANCED_SOLVER.md, TEST_GENERATION.md - Updated status reference to point to GitHub issues instead of missing STATUS.md
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
Fixed broken internal documentation links in README.md that were referencing non-existent files.
Changes Made
Removed broken links to missing documentation files:
docs/STATUS.md(does not exist)docs/PROGRESS_REPORT.md(does not exist)docs/WALKTHROUGHS_STATUS.md(does not exist)Updated Documentation section to reference actual existing files:
docs/GAME_SOURCES.md- 100+ game sources with download URLsdocs/ADVANCED_SOLVER.md- Advanced solver documentationdocs/TEST_GENERATION.md- Test generation guidedocs/CHANGELOG.md(still valid)Updated status reference in Project Status section to point to GitHub issues instead of missing STATUS.md file
Files Changed
README.md- 4 lines changed (4 insertions, 4 deletions)Testing
docs/directoryCommit
91da912- Fix broken internal documentation links in README.md