Skip to content

Conversation

@AA1-34-Ganesh
Copy link
Contributor

@AA1-34-Ganesh AA1-34-Ganesh commented Dec 26, 2025

Description

  • Fixed the "Become an Ambassador now" button in the Community page bottom banner just above the news section.
  • The button previously pointed to AMBASSADOR_ORGANIZATION.md, which resulted in a 404 error.
  • Updated the link to docs/020-governance-and-policies/AMBASSADOR_PROGRAM.md to match the working header button.

Related issue(s)
Fixes #4776

Summary by CodeRabbit

Release Notes

  • Bug Fixes
    • Updated the "Become an Ambassador now" button to link to the correct Ambassador Program documentation.

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

@netlify
Copy link

netlify bot commented Dec 26, 2025

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit c202386
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/695800c1bc24630008e349ed
😎 Deploy Preview https://deploy-preview-4784--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.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 26, 2025

📝 Walkthrough

Walkthrough

A single href attribute in the ambassadors page component was updated, redirecting the "Become an Ambassador now" button from a non-existent AMBASSADOR_ORGANIZATION document to the correct AMBASSADOR_PROGRAM document to resolve a 404 error.

Changes

Cohort / File(s) Change Summary
Link Fix
pages/community/ambassadors/index.tsx
Updated button href from broken AMBASSADOR_ORGANIZATION.md link to correct AMBASSADOR_PROGRAM.md link

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A broken link, a path astray,
Led our ambassadors the wrong way,
One small fix, a string updated true,
Now the button works—hip, hip, hooray! 🎉

Pre-merge checks and finishing touches

✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating a broken ambassador program link in the community page.
Linked Issues check ✅ Passed The pull request directly addresses issue #4776 by updating the broken ambassador button link from AMBASSADOR_ORGANIZATION.md to AMBASSADOR_PROGRAM.md.
Out of Scope Changes check ✅ Passed All changes are in scope, limited to updating the href attribute of the ambassador button as required by issue #4776.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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 Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (218a4dd) to head (c202386).
⚠️ Report is 1 commits behind head on master.

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

☔ 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: 0

🧹 Nitpick comments (1)
pages/community/ambassadors/index.tsx (1)

208-208: Fix correctly addresses the broken link by making both ambassador buttons consistent.

The updated link now matches the header button on line 67, both pointing to the same AMBASSADOR_PROGRAM.md document. The URL is accessible and returns HTTP 200.

Consider extracting the URL to a constant to avoid duplication and improve maintainability:

const AMBASSADOR_PROGRAM_URL = 'https://github.com/asyncapi/community/blob/master/docs/020-governance-and-policies/AMBASSADOR_PROGRAM.md';

Then reference this constant on both lines 67 and 208.

📜 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 6521774 and 3894af8.

📒 Files selected for processing (1)
  • pages/community/ambassadors/index.tsx
⏰ 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). (5)
  • 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

@asyncapi-bot
Copy link
Contributor

asyncapi-bot commented Dec 26, 2025

⚡️ Lighthouse report for the changes in this PR:

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

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

Copy link
Contributor

@animeshk923 animeshk923 left a comment

Choose a reason for hiding this comment

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

Link opening correctly in preview deployment.

@princerajpoot20
Copy link
Member

@animeshk923 Thanks for the help!

@animeshk923
Copy link
Contributor

@princerajpoot20 my pleasure!

@princerajpoot20
Copy link
Member

/rtm

@asyncapi-bot asyncapi-bot merged commit 797d0a9 into asyncapi:master Jan 2, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]:fix: "Become an Ambassador Now" button in bottom banner links to 404

4 participants