aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-landing/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx
index f508d7038..09e254161 100644
--- a/packages/bun-landing/page.tsx
+++ b/packages/bun-landing/page.tsx
@@ -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>