From 30112cc957fb749fc3a0746b66bc753cdb82a157 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:46:19 -0800 Subject: [PATCH] Fix link to proof of space document (#416) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a641bb46..b1a0f2c08 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Chia's proof of space is written in C++. Includes a plotter, prover, and verifier. It exclusively runs on 64 bit architectures. Read the -[Proof of Space document](https://www.chia.net/assets/Chia_Proof_of_Space_Construction_v1.1.pdf) to +[Proof of Space document](https://www.chia.net/wp-content/uploads/2022/09/Chia_Proof_of_Space_Construction_v1.1.pdf) to learn about what proof of space is and how it works. ## C++ Usage Instructions