Skip to content

fix: resolve broken relative links on draft and spec pages (#2358) - #2442

Open
ApurveKaranwal wants to merge 1 commit into
json-schema-org:mainfrom
ApurveKaranwal:fix-relative-links-2358
Open

fix: resolve broken relative links on draft and spec pages (#2358)#2442
ApurveKaranwal wants to merge 1 commit into
json-schema-org:mainfrom
ApurveKaranwal:fix-relative-links-2358

Conversation

@ApurveKaranwal

Copy link
Copy Markdown

What kind of change does this PR introduce?

Bugfix

Issue Number:

Screenshots/videos:

Screenshot (933) Screenshot (934)

If relevant, did you update the documentation?

N/A

Summary

This PR fixes a broken link on the Draft 2020-12 page that was leading to a 404 error when navigating to draft 2019-09 (/draft/draft/2019-09).

Changed the relative link path to a root-relative path (/draft/2019-09) so that the link resolves correctly.

Does this PR introduce a breaking change?

No

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@ApurveKaranwal
ApurveKaranwal requested a review from a team as a code owner July 27, 2026 17:36
@github-project-automation github-project-automation Bot moved this to Ready to review in PR - Triage Group Jul 27, 2026
@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 8c43018

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (07e6bc8) to head (8c43018).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2442   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           31        31           
  Lines          695       695           
  Branches       215       215           
=========================================
  Hits           695       695           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vtushar06 vtushar06 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

🐛 Bug:Clicking on "Draft 2019-09" in Introduction section leads to 404 Page Not Found

2 participants