Fix broken links from repo rename (2025-aichallenge-devkit → STORM-AI-devkit-2025) - #29
Open
gordonkoehn wants to merge 1 commit into
Open
Fix broken links from repo rename (2025-aichallenge-devkit → STORM-AI-devkit-2025)#29gordonkoehn wants to merge 1 commit into
gordonkoehn wants to merge 1 commit into
Conversation
…-devkit-2025) The repo was renamed; the old name 404s. Update: - docs/background.md: background_model link to the current repo - docs/installation.md: cd target after git clone
There was a problem hiding this comment.
Pull request overview
Updates documentation URLs/paths to reflect the repository rename from ARCLab-MIT/2025-aichallenge-devkit to ARCLab-MIT/STORM-AI-devkit-2025, fixing broken links in rendered docs.
Changes:
- Fix
cdtarget in the installation instructions to match the cloned repo folder name. - Update the “model this competition is inspired by” link in background docs to the renamed repo.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/installation.md | Updates the post-clone cd directory name to STORM-AI-devkit-2025. |
| docs/background.md | Repoints the GitHub link to the renamed repository path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The docs reference the old repo name
ARCLab-MIT/2025-aichallenge-devkit, which was renamed toARCLab-MIT/STORM-AI-devkit-2025. The old URL now 404s (confirmed: the old repo no longer resolves via the GitHub API).The broken link appears on the rendered docs page: https://2025-ai-challenge.readthedocs.io/en/latest/background.html ("the model this competition is inspired by").