Skip to content

Fix broken links and anchors flagged by docusaurus build#141

Open
rosensilva wants to merge 1 commit intowso2:mainfrom
rosensilva:fix/broken-links
Open

Fix broken links and anchors flagged by docusaurus build#141
rosensilva wants to merge 1 commit intowso2:mainfrom
rosensilva:fix/broken-links

Conversation

@rosensilva
Copy link
Copy Markdown
Member

Why

npm run build was warning on 9 broken markdown links and 1 broken anchor. Anchor fixes from a recent merge covered two of them; this PR closes the rest so the production build runs clean.

What

Markdown link path corrections (relative paths now point at existing files):

  • intercom/overview → connectors overview was off by one ..
  • twilio/4.0.x/overview → setup-guide lives at the parent twilio/ dir, not in the version subdir
  • database/mssql/example & database/redis/example → both now point at the real develop/create-integrations/create-new-integration
  • event/azure-service-bus → connector dir is asb/, not azure-service-bus/
  • file/high-availability → one extra ../ was escaping /docs/
  • reference/overview & reference/protocolsdata-formats.md is a directory; pointed to its index.md

Anchor:

  • intercom/action-reference → setup-guide step renumbered from step-6-… to step-5-…

Page link:

  • get-started/key-concepts/docs/develop/organize-code/ had no index page; pointed at /docs/develop/organize-code/overview

No content rewrites — only the link targets/relative paths.

Verify

npm run build runs clean: no broken-link / broken-anchor warnings.

🤖 Generated with Claude Code

Resolves all broken markdown links and broken anchors reported by
`npm run build`, so the production build runs clean.

Markdown links:
- intercom/overview: ../../overview.md -> ../../../overview.md
  (was resolving to a non-existent connectors/catalog/overview.md)
- twilio/4.0.x/overview: setup-guide.md -> ../setup-guide.md
  (the file lives at the parent twilio/ dir, not in 4.0.x/)
- database/mssql/example & database/redis/example: relative paths
  corrected to reach develop/create-integrations/create-new-integration.md
  (redis was pointing at a non-existent getting-started/ path)
- integration-artifacts/event/azure-service-bus: connector dir is
  asb/, not azure-service-bus/
- integration-artifacts/file/high-availability: dropped one extra
  ../ that was escaping out of /docs/
- reference/overview & reference/protocols: data-formats.md ->
  data-formats/index.md (data-formats is a directory)

Anchor:
- intercom/action-reference: setup-guide#step-6-... -> step-5-...
  (heading was renumbered; only step-5 exists)

Page link:
- get-started/key-concepts: /docs/develop/organize-code/ ->
  /docs/develop/organize-code/overview (no index page exists)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@rosensilva has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 45 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 20 minutes and 45 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9c98dd43-e408-4e6d-a97d-50eeef961908

📥 Commits

Reviewing files that changed from the base of the PR and between 81c0058 and daf261f.

📒 Files selected for processing (10)
  • en/docs/connectors/catalog/communication/intercom/action-reference.md
  • en/docs/connectors/catalog/communication/intercom/overview.md
  • en/docs/connectors/catalog/communication/twilio/4.0.x/overview.md
  • en/docs/connectors/catalog/database/mssql/example.md
  • en/docs/connectors/catalog/database/redis/example.md
  • en/docs/develop/integration-artifacts/event/azure-service-bus.md
  • en/docs/develop/integration-artifacts/file/high-availability.md
  • en/docs/get-started/key-concepts.md
  • en/docs/reference/overview.md
  • en/docs/reference/protocols.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

2 participants