Skip to content

docs(readme): point blog links at nbi.plmbr.dev - #396

Merged
mbektas merged 1 commit into
plmbr:mainfrom
pjdoland:docs/395-fix-blog-links
Jul 29, 2026
Merged

docs(readme): point blog links at nbi.plmbr.dev#396
mbektas merged 1 commit into
plmbr:mainfrom
pjdoland:docs/395-fix-blog-links

Conversation

@pjdoland

Copy link
Copy Markdown
Collaborator

Summary

All four links in the README's Further reading section, plus the inline provider-post link in the Configuration section, pointed at https://plmbr.dev/blog/archive/..., which no longer exists (plmbr.dev no longer serves /blog), so every one of them 404ed.

Solution

The blog lives on the project site subdomain. Point all five links at https://nbi.plmbr.dev/blog/archive/<slug>/, same slugs, new host.

Testing

Every rewritten URL verified live with an HTTP 200. Docs-only change, so no automated tests apply; jlpm lint:check passes.

Fixes #395

The blog moved to the project site subdomain; plmbr.dev no longer serves
/blog, so all four Further-reading links and the inline provider-post
link 404ed (plmbr#395). Same slugs, new host: every target verified live with
an HTTP 200. Docs-only change, no tests needed.
@pjdoland pjdoland added bug Something isn't working documentation Improvements or additions to documentation labels Jul 26, 2026
@mbektas
mbektas merged commit b4d53d8 into plmbr:main Jul 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Further Reading links at readme are broken

2 participants