Skip to content

Fix trailing period included in archive.org URL - #8

Open
hobostay wants to merge 1 commit into
DOS-History:mainfrom
hobostay:fix-readme-url-trailing-period
Open

Fix trailing period included in archive.org URL#8
hobostay wants to merge 1 commit into
DOS-History:mainfrom
hobostay:fix-readme-url-trailing-period

Conversation

@hobostay

@hobostay hobostay commented May 4, 2026

Copy link
Copy Markdown

Summary

  • The bare URL on line 26 of README.md (https://archive.org/details/paterson_listings.) had a trailing period that many Markdown renderers include as part of the clickable URL, resulting in a 404
  • Wrapped the URL in angle brackets (<...>) to explicitly delimit it from the sentence period

Before

formats, are available at https://archive.org/details/paterson_listings.

After

formats, are available at <https://archive.org/details/paterson_listings>.

Test plan

  • Verified the URL https://archive.org/details/paterson_listings resolves correctly (without the period)
  • Verified angle bracket syntax is valid Markdown for autolinks
  • Only the single URL line was modified

🤖 Generated with Claude Code

The bare URL on line 26 had a trailing sentence period that would be
included as part of the link URL in many Markdown renderers, causing
a 404. Wrap the URL in angle brackets to delimit it from the period.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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