Skip to content

Remove Blog link from README.md#9248

Merged
frankie567 merged 2 commits intomainfrom
copilot/add-blog-index-page
Jan 29, 2026
Merged

Remove Blog link from README.md#9248
frankie567 merged 2 commits intomainfrom
copilot/add-blog-index-page

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

📋 Summary

This PR removes the Blog link from README.md as the team has decided to keep old blog posts for backlinks but not actively promote them anymore.

🎯 What

Removed the Blog link and its associated separator from the navigation section of README.md.

🤔 Why

The /blog link was pointing to a non-existent page (404 error). After discussion, the decision was made to remove the link rather than create a blog index page, since the blog is no longer being actively promoted.

🔧 How

  • Removed the <a href="https://polar.sh/blog">Blog</a> link from line 20 of README.md
  • Removed the associated navigation separator to maintain proper formatting

🧪 Testing

  • I have tested these changes locally
  • All existing tests pass (uv run task test for backend, pnpm test for frontend)
  • I have added new tests for new functionality
  • I have run linting and type checking (uv run task lint && uv run task lint_types for backend)

Test Instructions

  1. View the README.md file
  2. Verify the Blog link is no longer present in the navigation section
  3. Verify the remaining links (Website, Docs, API Reference) are properly formatted

🖼️ Screenshots/Recordings

N/A - Documentation-only change

📝 Additional Notes

This is a minor documentation fix that resolves a broken link by removing it rather than creating additional infrastructure.

✅ Pre-submission Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have updated the relevant tests
  • All tests pass locally
  • AI/LLM Policy: If I used AI assistance, I have tested and executed the code locally (not just "vibe-coded")
Original prompt

This section details on the original issue you should resolve

<issue_title>Broken Blog link in README.md, add blog index page?</issue_title>
<issue_description>### Description

The Blog link in README.md currently points to /blog, which returns a 404 because only individual post pages exist.

This initially looked like a minor fix (broken link), but I ended up adding a simple /blog index page that lists existing posts and follows the existing site styling, so users landing on /blog can discover the available content instead of encountering a 404 error.

8730 has a possible solution for reference. Happy to adjust the approach, rework it, or close it entirely if you'd prefer a different solution :)

Current Behavior

Navigating to /blog results in a 404 page.

Expected Behavior

Navigating to /blog points to a valid destination.

Screenshots

Image

<agent_instructions>just remove the Blog link from the README</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@frankie567 Thank you, that's a fair point :D But I think we'll just remove the Blog link from the README, I think we just keep the old posts for backlinks but not promote them anymore.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Jan 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
polar Ready Ready Preview, Comment Jan 29, 2026 2:51pm
polar-sandbox Ready Ready Preview, Comment Jan 29, 2026 2:51pm

Request Review

@frankie567
Copy link
Member

@copilot Please resume

Co-authored-by: frankie567 <1144727+frankie567@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 29, 2026

@copilot Please resume

Done! Removed the Blog link from README.md in commit 0ab3720.

Copilot AI changed the title [WIP] Add blog index page to resolve broken link in README.md Remove Blog link from README.md Jan 29, 2026
@frankie567 frankie567 marked this pull request as ready for review January 29, 2026 15:02
@frankie567 frankie567 merged commit c114aa5 into main Jan 29, 2026
9 checks passed
@frankie567 frankie567 deleted the copilot/add-blog-index-page branch January 29, 2026 15:02
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.

Broken Blog link in README.md, add blog index page?

2 participants