Browse Source

update links to git.abbether (readme).

master
Craig Oates 4 years ago
parent
commit
868cf02556
  1. 0
      .attachments/Images/read-me-banner.png
  2. 8
      README.md

0
.gitlab/Images/read-me-banner.png → .attachments/Images/read-me-banner.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

8
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.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 ## 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: 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/) - [NuGet Profile Page](https://www.nuget.org/packages/Console.Waterworks.Core/)
## CW_Core_Console ## 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: 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.Core Wiki](https://git.abbether.net/craig.oates/Console.Waterworks.Core/wiki)
- [Console.Waterworks Wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home) - [Console.Waterworks Wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wiki)
Loading…
Cancel
Save