Commit c5d866f
Fix scheme-less and malformed links in migrated content (#26)
## Summary
- Add missing `https://` scheme to bare `twitter.com/jeffhicks` links in
two articles
- Fix malformed single-slash `http:/gplus.to/JeffHicks` →
`http://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.com/claude-code)
https://claude.ai/code/session_01T4sVD8at6hQ7a9UTtwcUaR
---
_Generated by [Claude
Code](https://claude.ai/code/session_01T4sVD8at6hQ7a9UTtwcUaR)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 66b4195 commit c5d866f
2 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments