Fix GitHub Pages links to use relative paths by zpoint · Pull Request #68 · zpoint/CPython-Internals · GitHub
Skip to content

Fix GitHub Pages links to use relative paths - #68

Merged
zpoint merged 1 commit into
masterfrom
gh-pages-setup
Feb 1, 2026
Merged

Fix GitHub Pages links to use relative paths#68
zpoint merged 1 commit into
masterfrom
gh-pages-setup

Conversation

@zpoint

@zpoint zpoint commented Feb 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Convert all internal links in READMEs from absolute GitHub URLs to relative paths
  • Updates README.md, README_CN.md, and README_KR.md (39 links each)
  • Adds Jekyll config for GitHub Pages theme

This fixes the issue reported in #66 where links on the GitHub Pages site (https://zpoint.github.io/CPython-Internals/) were redirecting back to the GitHub repository instead of navigating to the generated HTML pages.

Before: https://github.com/zpoint/CPython-Internals/blob/master/BasicObject/dict/dict.md
After: BasicObject/dict/dict.md

Test plan

  • Verify links work on GitHub Pages site after merge
  • Verify links still work when viewing README on GitHub

🤖 Generated with Claude Code

Update all internal links in README.md, README_CN.md, and README_KR.md
to use relative paths instead of absolute GitHub URLs. This allows the
links to work correctly on GitHub Pages, pointing to the generated HTML
pages rather than redirecting back to the repository.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@zpoint
zpoint merged commit 51a27d8 into master Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant