From d677aa1d5282bf4fe2f68afbe68a63c20a5ff686 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 31 May 2019 01:21:40 +0100 Subject: [PATCH] fix T.O.C. links with # in them. --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 30ff574..696d314 100644 --- a/Home.md +++ b/Home.md @@ -30,8 +30,8 @@ Before continuing, I recommend you are familiar with the following; 5. [Adding Console.Waterworks to Your Project](Adding-Console.Waterworks-to-Your-Project) 6. [Wiring Console.Waterworks into Your Project](Wiring-Console.Waterworks-into-Your-Project) 7. [Overview of Command-Methods](Overview-of-Command-Methods) -8. [Writing Command-Methods in F#](Writing-Command-Methods-in-F#) +8. [Writing Command-Methods in F#](Writing-Command-Methods-in-F%23) 9. [Using the Help Attributes](Using-the-Help-Attributes) 10. [Referencing Other Projects](Referencing-Other-Projects) -11. [Gotchas and Where C# and F# Differ](Gotchas-and-Where-C#-and-F#-Differ) +11. [Gotchas and Where C# and F# Differ](Gotchas-and-Where-C%23-and-F%23-Differ) 12. [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Brittle-Fish/snippets)