Skip to content

fix(docs): correct broken internal links in vocabulary and quick-start#126

Open
ospreyboi wants to merge 1 commit intoaccordproject:mainfrom
ospreyboi:fix/broken-links-506
Open

fix(docs): correct broken internal links in vocabulary and quick-start#126
ospreyboi wants to merge 1 commit intoaccordproject:mainfrom
ospreyboi:fix/broken-links-506

Conversation

@ospreyboi
Copy link

@ospreyboi ospreyboi commented Mar 9, 2026

Description

While going through the docs
I noticed two internal links were broken and leading to 404 pages.

After digging in, I found both were using absolute Docusaurus
paths (/docs/...) instead of relative paths which is what
was causing them to break.

Fixed the following:

  • docs/design/vocabulary.md the link to the JS API
    reference was using /docs/reference/api/ref-concerto-js-api,

    changed it to "../reference/api/ref-concerto-js-api"

  • "docs/tutorials/quick-start.md " on line 149 the link to the JS
    validation API was pointing to a non-existent page
    api-js-validation, corrected it to using-js-validation

I have verified both the fixe locally on localhost:3000, there are no 404s errors anymore.

very Sorry about the messy previous PR #122 — I had included some
usless casing changes which were not needed . This PR is
focused on the link fixes only.

Author Checklist

  • DCO sign-off via --signoff
  • commit messages follow AP format
  • docs only change, no tests needed
  • merging from ospreyboi:fix/broken-links-506

Closes #506

Signed-off-by: ospreyboi <akshaosprey460@gmail.com>
@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for concerto-docs ready!

Name Link
🔨 Latest commit 88372ed
🔍 Latest deploy log https://app.netlify.com/projects/concerto-docs/deploys/69aeec6b5b9b6500088e6c8e
😎 Deploy Preview https://deploy-preview-126--concerto-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ospreyboi
Copy link
Author

@sanketshevkar could you please review this PR and telll if anymore changes are required?

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.

1 participant