Skip to content

Conversation

@sengmonkham
Copy link

@sengmonkham sengmonkham commented Jan 16, 2026

Description

Fixed 404 error for the "open governance model" link on the About page.Updated the link to point to the correct location of the AsyncAPI Charter: https://github.com/asyncapi/community/blob/master/docs/020-governance-and-policies/CHARTER.md.

Related issue(s)
#4926

Summary by CodeRabbit

  • Documentation
    • Updated governance model link to point to the correct location within the documentation directory structure.

✏️ Tip: You can customize this high-level summary in your review settings.

@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a414414
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/6969e20145d3ea0008313a55
😎 Deploy Preview https://deploy-preview-4963--asyncapi-website.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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 16, 2026

📝 Walkthrough

Walkthrough

A URL reference in the documentation's governance model section is corrected. The link to the governance charter document is updated from a root-level path to its current location within the docs directory structure.

Changes

Cohort / File(s) Summary
Documentation Link Update
markdown/about/index.md
Updated "Open governance model" link URL from CHARTER.md to docs/020-governance-and-policies/CHARTER.md to reflect the correct document location

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

Poem

🐰 A link once broken, now is mended,
Through directories deep, the path extended,
From root to docs the charter found,
Governance fixed, without a sound! 📋✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: fixed broken link' directly and accurately describes the main change: updating a broken link in documentation to point to the correct governance charter document.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (41fd41f) to head (a414414).
⚠️ Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4963   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          796       796           
  Branches       146       146           
=========================================
  Hits           796       796           

☔ View full report in Codecov by Sentry.
📢 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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@markdown/about/index.md`:
- Line 21: The CHARTER.md link in markdown/about/index.md was updated but other
files still reference the old root-level path; search for occurrences of
"CHARTER.md" and update each to "/docs/020-governance-and-policies/CHARTER.md"
(notably in markdown/blog/march-2021-at-asyncapi.md,
markdown/blog/new-governance-board.md,
markdown/blog/july-december-2021-at-asyncapi.md, and
markdown/blog/april-2021-at-asyncapi.md) and create a follow-up issue to sweep
the repo for any remaining outdated references and fix them consistently.
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 41fd41f and a414414.

📒 Files selected for processing (1)
  • markdown/about/index.md
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Lighthouse CI
  • GitHub Check: Test NodeJS PR - windows-latest
  • GitHub Check: Test NodeJS PR - macos-latest

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.

Free software allows users to apply, modify, and continue in the chain by distributing copies to help others and, in this case, disseminating modified versions of the specification.

Transferring AsyncAPI to the Linux Foundation and forming [an open governance model](https://github.com/asyncapi/community/blob/master/CHARTER.md) assures the community that a single company does not control AsyncAPI Initiative. This move takes the project to a higher level of transparency.
Transferring AsyncAPI to the Linux Foundation and forming [an open governance model](https://github.com/asyncapi/community/blob/master/docs/020-governance-and-policies/CHARTER.md) assures the community that a single company does not control AsyncAPI Initiative. This move takes the project to a higher level of transparency.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

# First, let's check the actual content of the file at line 21
if [ -f "markdown/about/index.md" ]; then
  echo "=== File exists, reading context around line 21 ==="
  sed -n '18,24p' markdown/about/index.md
else
  echo "File not found at markdown/about/index.md"
fi

Repository: asyncapi/website

Length of output: 649


🏁 Script executed:

# Search for all references to CHARTER.md in the codebase
echo "=== Searching for CHARTER.md references ==="
rg "CHARTER\.md" --type md -B 2 -A 2

Repository: asyncapi/website

Length of output: 7141


🏁 Script executed:

# Search for asyncapi/community references to understand the URL pattern
echo "=== Searching for asyncapi/community URLs ==="
rg "asyncapi/community/blob/master" --type md -B 1 -A 1

Repository: asyncapi/website

Length of output: 24362


Fix is correct, but other outdated CHARTER.md references exist across the codebase.

The updated URL path to /docs/020-governance-and-policies/CHARTER.md is accurate. However, multiple files still reference the old root-level path and should be updated: markdown/blog/march-2021-at-asyncapi.md, markdown/blog/new-governance-board.md, markdown/blog/july-december-2021-at-asyncapi.md, and markdown/blog/april-2021-at-asyncapi.md. Consider creating a follow-up issue to systematically update all remaining outdated references.

🤖 Prompt for AI Agents
In `@markdown/about/index.md` at line 21, The CHARTER.md link in
markdown/about/index.md was updated but other files still reference the old
root-level path; search for occurrences of "CHARTER.md" and update each to
"/docs/020-governance-and-policies/CHARTER.md" (notably in
markdown/blog/march-2021-at-asyncapi.md, markdown/blog/new-governance-board.md,
markdown/blog/july-december-2021-at-asyncapi.md, and
markdown/blog/april-2021-at-asyncapi.md) and create a follow-up issue to sweep
the repo for any remaining outdated references and fix them consistently.

@asyncapi-bot
Copy link
Contributor

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 36
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4963--asyncapi-website.netlify.app/

Copy link
Contributor

@Sourya07 Sourya07 left a comment

Choose a reason for hiding this comment

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

You can close this pr
already fixed in
#4878

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

Projects

Status: To Be Triaged

Development

Successfully merging this pull request may close these issues.

4 participants