diff --git a/Referencing-Other-Projects-in-Yours-When-Using-Console.Waterworks.Core.md b/Referencing-Other-Projects-in-Yours-When-Using-Console.Waterworks.Core.md index d807feb..1c289fa 100644 --- a/Referencing-Other-Projects-in-Yours-When-Using-Console.Waterworks.Core.md +++ b/Referencing-Other-Projects-in-Yours-When-Using-Console.Waterworks.Core.md @@ -3,7 +3,7 @@ From a personal point-of-view, I like to keep "plumbing code" and "business logi Because this repository does not utilise this set-up, I will provide you with a link to another project which does. It is called Wet Pancake and the links for its repository and wiki are as follows: - [Wet Pancake Repository](https://git.abbether.net/craig.oates/Wet-Pancake) -- [Wet Pancake Wiki](https://git.abbether.net/craig.oates/Wet-Pancake/wikis/home) +- [Wet Pancake Wiki](https://git.abbether.net/craig.oates/Wet-Pancake/wiki) Within Wet Pancake is a .Net Standard Library (written in F#) and a .Net 4.7 console project (written in C#). The console project uses Console.Waterworks (C.W.) and references the F# library (yes, two different languages). I am hoping this is convincing enough for you.