Skip to content

Fix scheme-less and malformed links in migrated content#26

Merged
HeyItsGilbert merged 1 commit into
mainfrom
claude/cool-turing-kotra9
Jun 21, 2026
Merged

Fix scheme-less and malformed links in migrated content#26
HeyItsGilbert merged 1 commit into
mainfrom
claude/cool-turing-kotra9

Conversation

@HeyItsGilbert

Copy link
Copy Markdown
Member

Summary

  • Add missing https:// scheme to bare twitter.com/jeffhicks links in two articles
  • Fix malformed single-slash http:/gplus.to/JeffHickshttp://gplus.to/JeffHicks in two articles
  • Fix missing space before blog URL (bloghttp://blog http://)
  • Verified no remaining scheme-less or malformed links exist across all content

Closes #22

Test plan

  • Confirm the links in 2013-04-22-meet-the-scripting-games-judges-jeffery-hicks.md render as clickable external URLs
  • Confirm the reference links in 2013-02-16-phillyposh-02072013-meeting-summary-and-presentation-materials.md resolve correctly
  • Run the grep sweep from the issue to verify no remaining scheme-less links

🤖 Generated with Claude Code

https://claude.ai/code/session_01T4sVD8at6hQ7a9UTtwcUaR


Generated by Claude Code

Add missing https:// to bare twitter.com/jeffhicks links and fix
single-slash http:/ → http:// for gplus.to URLs. Also fix missing
space before blog URL. Closes #22.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T4sVD8at6hQ7a9UTtwcUaR
@netlify

netlify Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploy Preview for powershellorg ready!

Name Link
🔨 Latest commit 79c0278
🔍 Latest deploy log https://app.netlify.com/projects/powershellorg/deploys/6a372e9593bb030008d750b1
😎 Deploy Preview https://deploy-preview-26--powershellorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@HeyItsGilbert HeyItsGilbert marked this pull request as ready for review June 21, 2026 00:26
@HeyItsGilbert HeyItsGilbert merged commit c5d866f into main Jun 21, 2026
5 checks passed
@HeyItsGilbert HeyItsGilbert deleted the claude/cool-turing-kotra9 branch June 21, 2026 00:27
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.

Scheme-less links (e.g. twitter.com/jeffhicks) render as broken relative links

2 participants