From 8f941345ac76715c8fc204cb0b121acc5ecdeeb3 Mon Sep 17 00:00:00 2001
From: seancad <47405611+seancad@users.noreply.github.com>
Date: Mon, 14 Dec 2020 15:14:26 -0700
Subject: [PATCH] Update README.md

---
 exercises/structs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/structs/README.md b/exercises/structs/README.md
index afbc72c..d2d7dc2 100644
--- a/exercises/structs/README.md
+++ b/exercises/structs/README.md
@@ -4,4 +4,4 @@ Rust has three struct types: a classic c struct, a tuple struct, and a unit stru
 
 #### Book Sections
 
-- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)
+- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)