Skip to content

Missing image file ecosystem-composio.png#2667

Merged
marklysze merged 2 commits intomainfrom
elva/fix-ab7d23af
Apr 20, 2026
Merged

Missing image file ecosystem-composio.png#2667
marklysze merged 2 commits intomainfrom
elva/fix-ab7d23af

Conversation

@VasiliyRad
Copy link
Copy Markdown
Contributor

Files changed:

  • website/docs/ecosystem/composio.mdx
  • website/docs/ecosystem/img/ecosystem-composio.png

What I checked before submitting:

The fix correctly resolves the 404 image error on the Composio ecosystem page. Moving the image to a co-located img/ directory and using a relative Markdown reference is idiomatic for Docusaurus MDX docs and will resolve both the missing resource error and the invalid URL construction error reported in the bug.

Minor cosmetic note: The original <img> tag included style={{ width: '40%' }} which constrained the logo to 40% width. The replacement Markdown syntax ![Composio Logo](img/ecosystem-composio.png) does not carry this style, so the logo may now render at its native/full width. If the logo appears oversized after this change, the fix can be updated to either use an <img> tag with the relative path and the original width style, or add a CSS class. This is purely cosmetic and not a blocker.


Like a river carves its path — small, steady changes shape the landscape. Fixed by Elva.

Image resource fails to load with 404 and URL validation errors on Composio ecosystem page.

Bug: file-ab7d23af
Fixed by Elva.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 15, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ marklysze
❌ Elva


Elva seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Apr 15, 2026
@VasiliyRad VasiliyRad requested a review from marklysze April 15, 2026 02:58
Copy link
Copy Markdown
Collaborator

@marklysze marklysze left a comment

Choose a reason for hiding this comment

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

Thanks @VasiliyRad!

@marklysze marklysze enabled auto-merge April 20, 2026 00:39
@marklysze marklysze disabled auto-merge April 20, 2026 00:39
@marklysze marklysze merged commit ea0bfc1 into main Apr 20, 2026
22 of 23 checks passed
@marklysze marklysze deleted the elva/fix-ab7d23af branch April 20, 2026 00:40
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 54 files with indirect coverage changes

🚀 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.

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

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants