fix: Remove author links and fix invalid CI/CD tag#965
Merged
bobbyonmagic merged 2 commits intomainfrom Mar 1, 2026
Merged
Conversation
- Changed CI/CD tag to CICD in deployment-strategies-guide.md to prevent invalid URL - Removed author links from post header component (author pages removed in PR #953) - Removed authors field from OpenGraph metadata in posts - Removed unused User icon import This resolves 3 of the 14 broken links found by the link checker: - /tags/ci/cd -> now /tags/cicd - /authors/devops-daily-team -> removed all author links - /authors/undefined -> will be fixed when post frontmatter is corrected
Deploying devops-daily with
|
| Latest commit: |
e9144c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4e50ffb8.devops-daily.pages.dev |
| Branch Preview URL: | https://fix-broken-links-cleanup-965.devops-daily.pages.dev |
- Fixed 3 news article links to point to actual Bazel blog posts - Removed IaC fundamentals reference from exercise (Issue #964 tracks adding it) - Deleted 6 off-topic posts (android, ssh, windows, shell, database, c categories) - Fixed frontmatter in why-your-ci-pipeline-is-slower.md (category and author) This resolves all 11 remaining broken links: ✅ /2026/01/16/ssl-cert-expiry.html -> External Bazel blog link ✅ /2026/01/20/bazel-9.html -> External Bazel blog link ✅ /2026/02/20/dependabot.html -> External Bazel blog link ✅ /posts/infrastructure-as-code-fundamentals -> Removed from exercise ✅ /categories/android -> Post deleted ✅ /categories/ssh -> Post deleted ✅ /categories/windows -> Post deleted ✅ /categories/shell -> Post deleted ✅ /categories/database -> Post deleted ✅ /categories/c -> Post deleted ✅ /categories/undefined -> Fixed frontmatter
bobbyonmagic
added a commit
that referenced
this pull request
Mar 1, 2026
bobbyonmagic
added a commit
that referenced
this pull request
Mar 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes broken links discovered by the link checker (Issue #845, PR #963).
Changes Made
Fixed
/tags/ci/cd→/tags/cicdCI/CDtag toCICDincontent/posts/deployment-strategies-guide.mdRemoved Author Links
components/post-header.tsxauthorsfield from OpenGraph metadata inapp/posts/[slug]/page.tsxUsericon importBroken Links Fixed
✅
/tags/ci/cd- Fixed by changing tag toCICD✅
/authors/devops-daily-team- Removed all author links from templates✅
/authors/undefined- Will be fixed when post frontmatter is corrected (separate issue)Category Pages Investigation
Checked git history for the following category pages:
/categories/android/categories/ssh/categories/windows/categories/shell/categories/database/categories/cResult: These category pages never existed in the codebase. Only these categories have ever existed:
The posts referencing these non-existent categories appear to be legacy content that doesn't align with the DevOps focus. Recommend removing or recategorizing those posts in a separate PR.
Testing
Related Issues