-
-
Notifications
You must be signed in to change notification settings - Fork 116
docs: fix badges and links #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
We can continue with this, once #486 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the README documentation by fixing broken links and updating badges to reflect current infrastructure. The changes remove outdated Slack and CircleCI references, replacing them with GitHub Actions badges and forum links.
Key changes:
- Replaces CircleCI and Slack badges with GitHub Actions workflow badge
- Updates internal project links to point to correct repository paths
- Clarifies Meteor project setup instructions regarding the
--blazeflag
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Quick Start | ||
|
|
||
| Blaze is a [Meteor](http://meteor.com/)-only package for now. Soon we will have Blaze on npm so you can use it in your stack. | ||
| Blaze is a [Meteor](http://meteor.com/)-only package for now. In the future, we intend have Blaze on npm so you can use it in your stack. |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence has a grammatical error. It should read "we intend to have" instead of "we intend have" (missing "to").
| </a> | ||
| <a href="https://circleci.com/gh/meteor/blaze" target="_blank"> | ||
| <img src="https://circleci.com/gh/meteor/blaze.svg?style=shield"> | ||
| <a href="#Blaze Tests" href="https://github.com/meteor/blaze/actions/workflows/blaze-tests.yml"> |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anchor tag has two href attributes. The first one "href='#Blaze Tests'" should be removed or changed to a different attribute like "title" or "aria-label". HTML elements should only have one href attribute.
I found the README contains a few broken links and confusing information. Additionally the badges are updated using the GitHub actions status.