From be9f357099ed281892c1ff4618514fc7c25f9b59 Mon Sep 17 00:00:00 2001 From: JejomStark <97748574+JejomStark@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:02:15 +0200 Subject: [PATCH] fix(prover): Updated README.md (#2604) Fix wrong paths in documentation summary Co-authored-by: EmilLuta --- prover/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prover/README.md b/prover/README.md index 98ee4edb78e9..9147dfba73b7 100644 --- a/prover/README.md +++ b/prover/README.md @@ -4,9 +4,9 @@ This directory contains all the libraries and binaries related to proving of the ## Documentation -- [Intro](00_intro.md) -- [Setting up a GCP VM](01_gcp_vm.md) -- [Workspace setup](02_setup.md) -- [Running prover subsystem](03_launch.md) -- [Proof generation flow](04_flow.md) -- [Further reading](99_further_reading.md) +- [Intro](docs/00_intro.md) +- [Setting up a GCP VM](docs/01_gcp_vm.md) +- [Workspace setup](docs/02_setup.md) +- [Running prover subsystem](docs/03_launch.md) +- [Proof generation flow](docs/04_flow.md) +- [Further reading](docs/99_further_reading.md)