Skip to content

Correct personal site path in documentation - #33

Merged
VatsalSy merged 2 commits into
mainfrom
local-branch/fix-site-path-docs
Aug 3, 2026
Merged

Correct personal site path in documentation#33
VatsalSy merged 2 commits into
mainfrom
local-branch/fix-site-path-docs

Conversation

@VatsalSy

@VatsalSy VatsalSy commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Correct the documented personal-site URL to match the configured Jekyll base path.
  • Prevent readers from following the stale lowercase URL, which currently returns 404.

Changes

  • Update AGENTS.md and README.md from /vatsalsy to /VatsalSy.
  • Keep the documentation aligned with _config.yml (baseurl: "/VatsalSy").

Testing

  • curl -L https://comphy-lab.org/vatsalsy/ returned HTTP 404 before this change.
  • curl -L https://comphy-lab.org/VatsalSy/ returned HTTP 200.
  • bundle exec jekyll build could not run because Bundler 2.5.23 is not installed on this checkout's macOS Ruby environment.
  • git diff --check passed.

Copilot AI review requested due to automatic review settings August 3, 2026 09:18
@VatsalSy VatsalSy self-assigned this Aug 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates repository documentation to reflect the correct, case-sensitive deployed path for the Jekyll site (baseurl: "/VatsalSy"), preventing readers from following a stale URL that returns 404.

Changes:

  • Updated the documented personal-site URL from /vatsalsy to /VatsalSy in key docs.
  • Kept documentation aligned with the configured Jekyll baseurl.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates the documented hosted URL to the correct /VatsalSy path.
AGENTS.md Corrects the hosted URL in the repository overview section to /VatsalSy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@VatsalSy
VatsalSy merged commit 0abc8f0 into main Aug 3, 2026
1 check passed
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.

2 participants