Skip to content

Conversation

@KariraLakshya
Copy link
Contributor

@KariraLakshya KariraLakshya commented Dec 31, 2025

Description

This PR fixes a broken image link in the google-season-of-docs-2022.md blog post.

The Fix:

I verified that the image exists in public/img/avatars/ and updated the path in the markdown file to correctly point to /img/avatars/canela-quetzalli.webp

Related issue(s)
Fixes #4788

Summary by CodeRabbit

  • Chores
    • Updated internal asset paths for proper resource organization and improved file structure management.

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

@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 91e12f5
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/6959139d3400ef0008f0673a
😎 Deploy Preview https://deploy-preview-4828--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 Dec 31, 2025

📝 Walkthrough

Walkthrough

A single file update fixes a 404 error by correcting the author photo path in the blog post frontmatter from the root directory reference to the proper img/avatars/ subdirectory location.

Changes

Cohort / File(s) Summary
Blog Post Metadata Fix
markdown/blog/google-season-of-docs-2022.md
Updated author photo path in frontmatter from /canela-quetzalli.webp to /img/avatars/canela-quetzalli.webp to resolve 404 error on missing image asset

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A path once broken, now made right,
The avatar hops into proper sight,
No 404 tears shall we shed,
For Canela's home is found instead! 🥕

Pre-merge checks

✅ 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 describes the main change: correcting the avatar image path for Canela in the blog post from an incorrect path to the proper location.
Linked Issues check ✅ Passed The PR directly addresses issue #4788 by updating the broken image reference path from /canela-quetzalli.webp to /img/avatars/canela-quetzalli.webp, fixing the 404 error.
Out of Scope Changes check ✅ Passed All changes are directly related to fixing the broken image link reported in issue #4788; no unrelated modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent 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 2747eba and afbd18b.

📒 Files selected for processing (1)
  • markdown/blog/google-season-of-docs-2022.md
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: bandantonio
Repo: asyncapi/website PR: 3393
File: markdown/blog/2024-Q1-docs-report.md:10-12
Timestamp: 2024-11-13T20:34:18.998Z
Learning: In the markdown files for the AsyncAPI website, avatar image paths should be referenced without the `public` prefix (e.g., use `/img/avatars/...` instead of `/public/img/avatars/...`).
Learnt from: Siddhant-Pragyan-Sinha
Repo: asyncapi/website PR: 4074
File: markdown/blog/open-nest.md:11-12
Timestamp: 2025-04-28T01:13:59.084Z
Learning: For AsyncAPI blog posts, author photo filenames don't necessarily need to match the author's official name, as some authors may use pen names or nicknames (e.g., Aishat Muibudeen using "maya_picture.webp" for her avatar).
⏰ 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: Test NodeJS PR - windows-latest
  • GitHub Check: Lighthouse CI
🔇 Additional comments (1)
markdown/blog/google-season-of-docs-2022.md (1)

11-11: Avatar path is correctly formatted.

The path /img/avatars/canela-quetzalli.webp follows the established convention used across all AsyncAPI blog posts and the image file exists at the proper location. No other blog posts have similar broken avatar paths.


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 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8cd3cd7) to head (91e12f5).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4828   +/-   ##
=========================================
  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.

@asyncapi-bot
Copy link
Contributor

asyncapi-bot commented Dec 31, 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-4828--asyncapi-website.netlify.app/

@KariraLakshya
Copy link
Contributor Author

KariraLakshya commented Jan 3, 2026

@thulieblack The issue is solved and the PR is ready to be reviwed.
Thanks!

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.

[BUG] Missing image asset canela-quetzalli.webp returns 404 on blog page

2 participants