From 868cf0255642f2a189707c8cf66c08509cb5f4ac Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 2 Dec 2019 20:58:52 +0000 Subject: [PATCH] update links to git.abbether (readme). --- {.gitlab => .attachments}/Images/read-me-banner.png | Bin README.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename {.gitlab => .attachments}/Images/read-me-banner.png (100%) diff --git a/.gitlab/Images/read-me-banner.png b/.attachments/Images/read-me-banner.png similarity index 100% rename from .gitlab/Images/read-me-banner.png rename to .attachments/Images/read-me-banner.png diff --git a/README.md b/README.md index 98eac7b..b8b460a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Console.Waterworks.Core is the .Net **Core** version of Console.Waterworks. Both projects are NuGet packages and their main purpose is to help you write extendable command-based console programs. If you want to write a console program using the full .Net Framework, use Console.Waterworks. The link for that is as follows: -- [Console.Waterworks Repository](https://gitlab.com/craig.oates/Console.Waterworks) +- [Console.Waterworks Repository](https://git.abbether.net/craig.oates/Console.Waterworks) ## Pre-Requisites @@ -31,7 +31,7 @@ dotnet add package Console.Waterworks.Core --version 1.0.0.1 For more information, please use the following links: -- [Console.Waterworks.Core Wiki](https://gitlab.com/craig.oates/Console.Waterworks.Core/wikis/home) +- [Console.Waterworks.Core Wiki](https://git.abbether.net/craig.oates/Console.Waterworks.Core/wiki) - [NuGet Profile Page](https://www.nuget.org/packages/Console.Waterworks.Core/) ## CW_Core_Console @@ -54,5 +54,5 @@ Hi, my name is Craig and I'm the creator of Console.Waterworks.Core. Thanks for This repository's wiki focuses on how-to **use** Console.Waterworks.Core. This is because the architecture and concepts between this and its sister project (Console.Waterworks) are the same. And, it felt unnecessary to repeat what I wrote in the wiki for Console.Waterworks here. So, if you want information on how Console.Waterworks(.Core) is built, I recommend you glance over the wiki here and then head over to the main wiki at Console.Waterworks. The link for both is as follows: -- [Console.Waterworks.Core Wiki](https://gitlab.com/craig.oates/Console.Waterworks.Core/wikis/home) -- [Console.Waterworks Wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home) \ No newline at end of file +- [Console.Waterworks.Core Wiki](https://git.abbether.net/craig.oates/Console.Waterworks.Core/wiki) +- [Console.Waterworks Wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wiki) \ No newline at end of file