Skip to content

Commit

Permalink
fix(website): fix broken links; Rome -> Biome
Browse files Browse the repository at this point in the history
The Rome project has [effectively] been renamed to Biome. Change the
project name on our home page and update the broken links.
  • Loading branch information
strager committed Oct 26, 2023
1 parent ea5fca9 commit 29f461a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/public/index.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2 id="linter-feature-comparison">Features</h2>
<th class="hide-in-mobile">
<a href="https://jshint.com/">JSHint</a>
</th>
<th><a href="https://rome.tools/">Rome</a></th>
<th><a href="https://biomejs.dev/">Biome</a></th>
<th class="hide-in-mobile">
<a href="https://deno.land/">Deno</a>
</th>
Expand All @@ -566,8 +566,8 @@ <h2 id="linter-feature-comparison">Features</h2>
><br /><span id="feature-speed-jshint-slow">slow</span>
</td>
<td class="good">
<span aria-labelledby="feature-speed-rome-quick">🚀</span
><br /><span id="feature-speed-rome-quick">quick</span>
<span aria-labelledby="feature-speed-biome-quick">🚀</span
><br /><span id="feature-speed-biome-quick">quick</span>
</td>
<td class="bad hide-in-mobile">
<span aria-labelledby="feature-speed-deno-lint-slow">🐢</span
Expand Down Expand Up @@ -683,7 +683,7 @@ <h2 id="linter-feature-comparison">Features</h2>
<a href="https://jshint.com/docs/options/">some</a>
</td>
<td class="meh">
<a href="https://rome.tools/docs/lint/rules/">some</a
<a href="https://biomejs.dev/linter/rules/">some</a
><span class="show-in-mobile"><br />lint rules</span>
</td>
<td class="meh hide-in-mobile">
Expand All @@ -708,7 +708,7 @@ <h2 id="linter-feature-comparison">Features</h2>
<th class="quick-lint-js">quick-lint-js</th>
<th><a href="https://eslint.org/">ESLint</a></th>
<th><a href="https://jshint.com/">JSHint</a></th>
<th><a href="https://rome.tools/">Rome</a></th>
<th><a href="https://biomejs.dev/">Biome</a></th>
<th><a href="https://deno.land/">Deno</a></th>
</tr>
<tr>
Expand Down

0 comments on commit 29f461a

Please sign in to comment.