diff options
author | 2022-07-06 12:29:37 +0530 | |
---|---|---|
committer | 2022-07-06 01:17:09 -0700 | |
commit | 72184748d87af6e645e2f85a69bb0cfcc6b31ad7 (patch) | |
tree | 08ed760065bcb17a7f2bebb23af02303f4bcbeeb | |
parent | 797d52beb5b9cbea5708c04646d5308f29b47960 (diff) | |
download | bun-72184748d87af6e645e2f85a69bb0cfcc6b31ad7.tar.gz bun-72184748d87af6e645e2f85a69bb0cfcc6b31ad7.tar.zst bun-72184748d87af6e645e2f85a69bb0cfcc6b31ad7.zip |
fix: home page links
Diffstat (limited to '')
-rw-r--r-- | packages/bun-landing/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 5885a9d02..baefebe6d 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -338,12 +338,12 @@ export default ({ inlineCSS }) => ( <BarGraphLabel name="node" version="v18.1.0" - source="https://github.com/Jarred-Sumner/bun/bench/react-hello-world.deno.jsx" + source="https://github.com/Jarred-Sumner/bun/bench/react-hello-world.node.jsx" /> <BarGraphLabel name="deno" version="v1.23.2" - source="https://github.com/Jarred-Sumner/bun/bench/react-hello-world.node.jsx" + source="https://github.com/Jarred-Sumner/bun/bench/react-hello-world.deno.jsx" /> </div> </div> @@ -389,7 +389,7 @@ export default ({ inlineCSS }) => ( /> <BarGraphLabel name="better-sqlite3" - source="https://github.com/Jarred-Sumner/bun/blob/main/bench/sqlite/query.node.mjs" + source="https://github.com/Jarred-Sumner/bun/blob/main/bench/sqlite/query.better-sqlite3.mjs" version="node v18.2.0" /> <BarGraphLabel |