Skip to content

Commit

Permalink
Fix broken file paths (nexus-xyz#178)
Browse files Browse the repository at this point in the history
* Update index.mdx

* Update network.mdx
  • Loading branch information
sukrucildirr authored Jun 11, 2024
1 parent 876ddd9 commit 487b8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { Callout } from 'nextra/components'

The Nexus zkVM (zero-knowledge virtual machine) is a modular, extensible, open-source, highly-parallelized, prover-optimized, contributor-friendly, [zkVM](specs/zkvm-overview.mdx) written in Rust, focused on performance and security.

[Nexus zkVM v1.0.0](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v1.0.0) is the current stable release, implementing the zkVM component of the [Nexus 1.0](https://www.nexus.xyz/whitepaper.pdf) system.
[Nexus zkVM v1.0.0](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v1.0.0) is the current stable release, implementing the zkVM component of the [Nexus 1.0](https://nexus-xyz.github.io/assets/nexus_whitepaper.pdf) system.

## Proving Computation

Expand Down Expand Up @@ -91,7 +91,7 @@ To get started with the Nexus zkVM, check out the [Quick Start](zkvm/quick-start

The ethos of the Nexus project is a commitment to open and transparent science, engineering, and evaluation.

For an in-depth look at the science behind the Nexus zkVM and the Nexus Network, see the [Nexus Whitepaper](https://www.nexus.xyz/whitepaper.pdf).
For an in-depth look at the science behind the Nexus zkVM and the Nexus Network, see the [Nexus Whitepaper](https://nexus-xyz.github.io/assets/nexus_whitepaper.pdf).

### Core Components

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { Callout } from 'nextra/components'

The Nexus Network is a massively-parallelized proof network for executing and proving the Nexus zkVM.

[Nexus Network v1.0.0](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v1.0.0) is the current stable release, implementing the network component of the [Nexus 1.0](https://www.nexus.xyz/whitepaper.pdf) system.
[Nexus Network v1.0.0](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v1.0.0) is the current stable release, implementing the network component of the [Nexus 1.0](https://nexus-xyz.github.io/assets/nexus_whitepaper.pdf) system.

<Callout type="info" emoji="ℹ️">
The Nexus Network is currently in a prototype stage.
Expand Down

0 comments on commit 487b8e2

Please sign in to comment.