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

fix typo and wrong link #3491

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/capabilities/webassembly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function WebAssemblyPage() {
className="tw-lead-sm md:tw-lead mb-8"
variants={transitions.item}
>
A advantage of the Internet Computer blockchain is its
An advantage of the Internet Computer blockchain is its
use of WebAssembly for executing smart contracts and
decentralized applications — written in a wide variety of
languages that compile to WebAssembly.
Expand Down Expand Up @@ -175,7 +175,7 @@ function WebAssemblyPage() {
</p>
<Link
className="link-primary link-with-icon"
href="https://people.mpi-sws.org/~rossberg/"
href="https://docs.bitfinity.network"
>
Check out Bitfinity EVM
<LinkArrowUpRight />
Expand Down
Loading