From 0cb28e591ceedc4b802ce1ee84ee093ee1bc1e81 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 2 Dec 2019 21:02:15 +0000 Subject: [PATCH] update readme links. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e28636c..3393232 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Brittle Fish is a repository for testing and demonstrating the Console.Waterwork Console.Waterworks is a NuGet package for creating MVC-like console programs. It allows you to define methods with parameters which the user can execute at runtime. For more information about the Console.Waterworks projects, use the following links: -- [Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks) -- [Console.Waterworks.Core](https://gitlab.com/craig.oates/Console.Waterworks.Core) +- [Console.Waterworks](https://git.abbether.net/craig.oates/Console.Waterworks) +- [Console.Waterworks.Core](https://git.abbether.net/craig.oates/Console.Waterworks.Core) -**Tip**: The main wiki is in the Console.Waterworks repository and I suggest you start [there](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home). +**Tip**: The main wiki is in the Console.Waterworks repository and I suggest you start [there](https://git.abbether.net/craig.oates/Console.Waterworks/wikis/home). ## Pre-Requisites @@ -31,13 +31,13 @@ If you are more of a *"show me the code"* type of person, clone the repository a If you are more of a *"where's the manual?"* type of person, I recommend you head over to the wiki. -- [Brittle Fish Wiki](https://gitlab.com/craig.oates/Brittle-Fish/wikis/home) +- [Brittle Fish Wiki](https://git.abbether.net/craig.oates/Brittle-Fish/wiki) ## Contributing to the Repository I do not intend for this to become an active repository. My main aim is for it to act as reference material for using Console.Waterworks in an F#-only environment. That being said, I am not against the odd crazy idea or two. If you manage to use Console.Waterworks in a useful and interesting way, let me know. I recommend filing an issue but you can email if you prefer. -- [Create a new issue](https://gitlab.com/craig.oates/Brittle-Fish/issues) +- [Create a new issue](https://git.abbether.net/craig.oates/Brittle-Fish/issues) - Email: [craig@craigoates.net](mailto:craig@craigoates.net) I do not anticipate a lot of feedback so I have not made an issues template. I have, also, not made a coding standard either. So, please be kind when posting an issue or pull request. \ No newline at end of file