ci(*:skip): Update README.md logo URL#6738
Merged
danieljanes merged 4 commits intomainfrom Mar 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Flower logo image URL in the top-level and framework README files to use a stable static asset URL.
Changes:
- Update the logo
<img src=...>URL inREADME.mdandframework/README.md - Minor Markdown list formatting change in
README.mdunder “Flower Baselines”
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
framework/README.md |
Switch README logo image to https://flower.ai/static/images/icon/icon.png |
README.md |
Switch README logo image to https://flower.ai/static/images/icon/icon.png; adjust Baselines doc link list formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
Comment on lines
+108
to
+111
| Please refer to the [Flower Baselines Documentation](https://flower.ai/docs/baselines/) for a detailed categorization of baselines and for additional info including: | ||
| * [How to use Flower Baselines](https://flower.ai/docs/baselines/how-to-use-baselines.html) | ||
| * [How to contribute a new Flower Baseline](https://flower.ai/docs/baselines/how-to-contribute-baselines.html) | ||
|
|
||
| - [How to use Flower Baselines](https://flower.ai/docs/baselines/how-to-use-baselines.html) | ||
| - [How to contribute a new Flower Baseline](https://flower.ai/docs/baselines/how-to-contribute-baselines.html) |
There was a problem hiding this comment.
This hunk changes the Baselines documentation links from * list markers to - and adds a blank line, which is unrelated to the PR description (logo URL update). Consider either mentioning this formatting change in the PR description or reverting it to keep the PR scoped.
09b427c to
8ba9f67
Compare
Revert accidental formatting change.
danieljanes
approved these changes
Mar 10, 2026
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.
Issue
Description
Updates the logo URL in the top-level and framework level README.md files to a stable URL.
Related issues/PRs
Proposal
Explanation
Checklist
#contributions)Any other comments?