Skip to content

Commit

Permalink
Fixed broken links on the Bun.serve benchmark (#590)
Browse files Browse the repository at this point in the history
Fixed the broken links to the Bun.serve benchmark sources.
  • Loading branch information
BE-CH authored Jul 11, 2022
1 parent 9bd8e6e commit d3ec0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bun-landing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,17 @@ export default ({ inlineCSS }) => (
<BarGraphLabel
name="bun"
version="v0.1.0"
source="https://github.com/oven-sh/bun/bench/react-hello-world.jsx"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world.jsx"
/>
<BarGraphLabel
name="node"
version="v18.1.0"
source="https://github.com/oven-sh/bun/bench/react-hello-world.node.jsx"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world.node.jsx"
/>
<BarGraphLabel
name="deno"
version="v1.23.2"
source="https://github.com/oven-sh/bun/bench/react-hello-world.deno.jsx"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world.deno.jsx"
/>
</div>
</div>
Expand Down

0 comments on commit d3ec0e2

Please sign in to comment.