Fix: Broken links in blog pages (partial fix for #722) #727
+23
−18
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.
name: Bug report
about: Fix broken links in blog pages (partial fix for #722)
title: 'Fix: Broken links in blog pages (partial fix for #722)'
labels: bug
assignees: ''
Describe the PR
This PR fixes several broken links across blog pages on the ULI website as part of issue #722. Specifically, the following pages are fixed:
/blog/collective-journey/
– “here” link corrected./blog/making-of-August-2023/
– “slur list” and “browser plugin” links updated./blog/uli-privacy/
– “here” link in the last line fixed.Steps to test the PR
Expected behavior
All in-text links should correctly navigate to relevant pages without throwing a 404. Pages should remain visually consistent and readable.
Screenshots
N/A (no visual UI fixes in this PR)
Additional context
This PR partially addresses issue #722 and covers only the broken link fixes. Layout/UI overlapping issues are not addressed in this commit.