diff --git a/src/ch21-00-final-project-a-web-server.md b/src/ch21-00-final-project-a-web-server.md
index 23c149a393..8b9cf6d346 100644
--- a/src/ch21-00-final-project-a-web-server.md
+++ b/src/ch21-00-final-project-a-web-server.md
@@ -6,11 +6,11 @@ concepts we covered in the final chapters, as well as recap some earlier
lessons.
For our final project, we’ll make a web server that says “hello” and looks like
-Figure 20-1 in a web browser.
+Figure 21-1 in a web browser.
-![hello from rust](img/trpl20-01.png)
+![hello from rust](img/trpl21-01.png)
-Figure 20-1: Our final shared project
+Figure 21-1: Our final shared project
Here is our plan for building the web server:
diff --git a/src/img/trpl20-01.png b/src/img/trpl21-01.png
similarity index 100%
rename from src/img/trpl20-01.png
rename to src/img/trpl21-01.png