Skip to content
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

chore: update links displayed in biome init, the previous were broken #213

Merged
merged 2 commits into from
Sep 9, 2023

Conversation

WagnerMoreira
Copy link
Contributor

Summary

This PR updates broken links displayed on biome init
Fixes: #202

Test Plan

Run biome init

@github-actions github-actions bot added the A-CLI Area: CLI label Sep 9, 2023
@WagnerMoreira WagnerMoreira changed the title chore: update links, the previous were broken chore: update links displayed in biome init, the previous were broken Sep 9, 2023
@@ -12,12 +12,12 @@ pub(crate) fn init(mut session: CliSession) -> Result<(), CliDiagnostic> {

"<Info><Emphasis>"Files created "</Emphasis></Info>{HorizontalLine::new(106)}"

"<Dim>"- "</Dim><Emphasis>"biome.json: "</Emphasis>"Your project configuration. Documentation: "<Hyperlink href="https://biomejs.dev/configuration">"https://biomejs.dev/configuration"</Hyperlink>"
"<Dim>"- "</Dim><Emphasis>"biome.json: "</Emphasis>"Your project configuration. Documentation: "<Hyperlink href="https://biomejs.dev/reference/configuration">"https://biomejs.dev/reference/configuration"</Hyperlink>"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This link wasn't mentioned in the issue but obviously I tested everything and this one was broken too

@Conaclos Conaclos merged commit b5f54c5 into biomejs:main Sep 9, 2023
12 checks passed
@Conaclos
Copy link
Member

Conaclos commented Sep 9, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Broken link in biome init
2 participants