diff --git a/second-edition/src/SUMMARY.md b/second-edition/src/SUMMARY.md index 615fd783f..a8f015895 100644 --- a/second-edition/src/SUMMARY.md +++ b/second-edition/src/SUMMARY.md @@ -111,7 +111,7 @@ - [Advanced Types](ch19-04-advanced-types.md) - [Advanced Functions & Closures](ch19-05-advanced-functions-and-closures.md) -- [Un-named project](ch20-00-unnamed-project.md) +- [Final project: a web server](ch20-00-final-project-a-web-server.md) - [Appendix](appendix-00.md) - [A - Keywords](appendix-01-keywords.md) diff --git a/second-edition/src/ch20-00-final-project-a-web-server.md b/second-edition/src/ch20-00-final-project-a-web-server.md new file mode 100644 index 000000000..15b317bcf --- /dev/null +++ b/second-edition/src/ch20-00-final-project-a-web-server.md @@ -0,0 +1,3 @@ +# Final Project: A Web Server + +Coming soon! diff --git a/second-edition/src/ch20-00-unnamed-project.md b/second-edition/src/ch20-00-unnamed-project.md deleted file mode 100644 index a2898c6b7..000000000 --- a/second-edition/src/ch20-00-unnamed-project.md +++ /dev/null @@ -1 +0,0 @@ -# Un-named project