Canonicalize pyAMICA URLs to pAMICA - #185
Merged
Merged
Conversation
The GitHub repo was renamed sccn/pyAMICA -> sccn/pAMICA, moving the Pages site to https://eeglab.org/pAMICA/ and 404-ing the old eeglab.org/pyAMICA doc links (including the README docs badge shown on PyPI). Sweep live references /pyAMICA -> /pAMICA across docs URLs, GitHub repo URLs, codecov, the badge label, the resolver _REPO default, and git clone/cd snippets. Historical changelog prose (the 0.2.0 entry's then-current sccn/pyAMICA) is preserved; .context/ archive left as-is. All new URLs verified to return 200. Closes #184.
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 GitHub repo was renamed
sccn/pyAMICA->sccn/pAMICA, which moved the GitHub Pages site tohttps://eeglab.org/pAMICA/and made the oldhttps://eeglab.org/pyAMICA/return 404. That broke the README docs badge and everyeeglab.org/pyAMICAlink, including the one shown on the PyPI project page.Sweeps live
pyAMICA->pAMICAreferences via three substring rules (/pyAMICA,%2FpyAMICAbadge label,cd pyAMICAclone dir): docs-domain URLs, GitHub repo URLs, codecov, the resolver_REPOdefault, andgit clone/cdsnippets.Deliberately preserved: the changelog's historical prose (the 0.2.0 entry describing the then-current
sccn/pyAMICA) and the internal.context/archive. No code identifier, import path, or package name was touched.Test plan
ruff/tyclean (resolver.py).resolver._REPO == "sccn/pAMICA".mkdocs build --strictpasses.github.com/sccn/pAMICA,eeglab.org/pAMICA/,eeglab.org/pAMICA/guides/validation/.Closes #184