From 5abc775cb6381ed57c19ccc132a2276b0b36ba88 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 19 Feb 2019 20:21:14 +0000 Subject: [PATCH] update home and t.o.c. links. --- Home.md | 2 +- Table-Of-Contents.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]()