fix: use GitHub-hosted image URL in RapidFire AI integration docs#436
Merged
abidlabs merged 1 commit intoFeb 23, 2026
Merged
Conversation
The local relative path './trackio-screenshot-sft.png' does not render on the HuggingFace docs site at: https://huggingface.co/docs/trackio/rapidfireai_integration Replace with the GitHub user-attachments URL, which is the same pattern used by other docs in the repo (index.md, deploy_embed.md). Co-authored-by: Cursor <cursoragent@cursor.com>
Member
|
https://github.com/user-attachments/assets/3c239fb9-3f07-4297-a3f3-1c51d9181eac 404s for me, can you please confirm? |
Contributor
Author
|
@abidlabs Odd. I just clicked on it and it shows me the screenshot of the figures. The way I uploaded it was that I pasted the image into the comment section of GitHub and GitHub immediately gave me a link (the link you see there). I tested it in different browsers without logging in. What is the safest place to upload it and provide the link? |
Member
|
Hmm strange, it's working now! LGTM will merge this in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes broken image rendering in the RapidFire AI integration documentation.
Problem:
The local relative path
./trackio-screenshot-sft.pngdoes not render on the HuggingFace docs site at https://huggingface.co/docs/trackio/rapidfireai_integrationFix:
Replace with the GitHub user-attachments URL:
https://github.com/user-attachments/assets/3c239fb9-3f07-4297-a3f3-1c51d9181eacThis follows the same pattern used by other docs in the repo (e.g.,
index.md,deploy_embed.md).Note: This is a clean re-submission of #417, rebased directly on the current
mainwith no conflicts — only the single-line image URL change.