diff --git a/Home.md b/Home.md index 1246f53..a416067 100644 --- a/Home.md +++ b/Home.md @@ -21,4 +21,4 @@ Before continuing, I recommend you are familiar with the following; 3. I will sometimes use "console program" and "console project" interchangeably. This because how Visual Studio's "file system" works. Overall, there is a "solution" which holds "projects". A project can consist of things like a console program. In-effect, this makes it a "program" and a "project". Hopefully, this makes sense when viewed in context. * [Table of Contents](Table-Of-Contents) -* [Next Page: Why this Repository Exists](Why-This-Repository-Exists) +* [Next Page: Introduction to Brittle-Fish](Introduction to Brittle-Fish) diff --git a/Table-Of-Contents.md b/Table-Of-Contents.md index 518ca9a..367cb3c 100644 --- a/Table-Of-Contents.md +++ b/Table-Of-Contents.md @@ -1,7 +1,7 @@ *This wiki is incomplete so this T.O.C is incomplete.* 1. [Home]() -2. [Why this Repository Exits]() +2. [Introduction to Brittle-Fish]() 3. [Overview of Console.Waterworks]() 4. [Solution Overview]() 5. [Adding Console.Waterworks to your Project]()