From 901c9a848e5908fb96cf1a520957014b71fa961e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 2 Dec 2019 21:07:06 +0000 Subject: [PATCH] update links to git.abbether (readme). --- .../ISSUE_TEMPLATE/bug_report.md | 0 {.gitlab => .attachments}/ISSUE_TEMPLATE/custom.md | 0 .../ISSUE_TEMPLATE/feature_request.md | 0 {.gitlab => .attachments}/Images/nuget-icon.png | Bin {.gitlab => .attachments}/Images/repo-banner.png | Bin {.gitlab => .attachments}/Images/screenshot-1.png | Bin {.gitlab => .attachments}/Images/screenshot-2.png | Bin .../Images/solution-structure.png | Bin README.md | 12 ++++++------ 9 files changed, 6 insertions(+), 6 deletions(-) rename {.gitlab => .attachments}/ISSUE_TEMPLATE/bug_report.md (100%) rename {.gitlab => .attachments}/ISSUE_TEMPLATE/custom.md (100%) rename {.gitlab => .attachments}/ISSUE_TEMPLATE/feature_request.md (100%) rename {.gitlab => .attachments}/Images/nuget-icon.png (100%) rename {.gitlab => .attachments}/Images/repo-banner.png (100%) rename {.gitlab => .attachments}/Images/screenshot-1.png (100%) rename {.gitlab => .attachments}/Images/screenshot-2.png (100%) rename {.gitlab => .attachments}/Images/solution-structure.png (100%) diff --git a/.gitlab/ISSUE_TEMPLATE/bug_report.md b/.attachments/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .gitlab/ISSUE_TEMPLATE/bug_report.md rename to .attachments/ISSUE_TEMPLATE/bug_report.md diff --git a/.gitlab/ISSUE_TEMPLATE/custom.md b/.attachments/ISSUE_TEMPLATE/custom.md similarity index 100% rename from .gitlab/ISSUE_TEMPLATE/custom.md rename to .attachments/ISSUE_TEMPLATE/custom.md diff --git a/.gitlab/ISSUE_TEMPLATE/feature_request.md b/.attachments/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .gitlab/ISSUE_TEMPLATE/feature_request.md rename to .attachments/ISSUE_TEMPLATE/feature_request.md diff --git a/.gitlab/Images/nuget-icon.png b/.attachments/Images/nuget-icon.png similarity index 100% rename from .gitlab/Images/nuget-icon.png rename to .attachments/Images/nuget-icon.png diff --git a/.gitlab/Images/repo-banner.png b/.attachments/Images/repo-banner.png similarity index 100% rename from .gitlab/Images/repo-banner.png rename to .attachments/Images/repo-banner.png diff --git a/.gitlab/Images/screenshot-1.png b/.attachments/Images/screenshot-1.png similarity index 100% rename from .gitlab/Images/screenshot-1.png rename to .attachments/Images/screenshot-1.png diff --git a/.gitlab/Images/screenshot-2.png b/.attachments/Images/screenshot-2.png similarity index 100% rename from .gitlab/Images/screenshot-2.png rename to .attachments/Images/screenshot-2.png diff --git a/.gitlab/Images/solution-structure.png b/.attachments/Images/solution-structure.png similarity index 100% rename from .gitlab/Images/solution-structure.png rename to .attachments/Images/solution-structure.png diff --git a/README.md b/README.md index 033c607..1f4aa49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![repo-banner](.gitlab/Images/repo-banner.png) +# ![repo-banner](.attachments/Images/repo-banner.png) ## Summary @@ -30,23 +30,23 @@ If you are using the .Net CLI, you can use the following command; dotnet add package SmoulderingBeachBall --version 1.0.0 ``` -For further information about this project, please visit the [wiki](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/home). +For further information about this project, please visit the [wiki](https://git.abbether.net/craig.oates/Smouldering-Beach-Ball/wiki). ## Smouldering Beach Ball CLI -This project is an F# console program, built on top of .Net 4.7\. You use it by entering commands and awaiting the result. It uses [Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks) to parse the commands so, if you want to extend it, I recommend you read its [wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home). If you want to get going straight away, I recommend using the ``draw-default`` command. All you need to specify is the width and height of the image and it will create an image and save it to your desktop. +This project is an F# console program, built on top of .Net 4.7\. You use it by entering commands and awaiting the result. It uses [Console.Waterworks](https://git.abbether.net/craig.oates/Console.Waterworks) to parse the commands so, if you want to extend it, I recommend you read its [wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wiki). If you want to get going straight away, I recommend using the ``draw-default`` command. All you need to specify is the width and height of the image and it will create an image and save it to your desktop. **Tip: Enter ``help`` for a list of available commands or ``cheat`` if you prefer them rendered in a PDF with a nicer layout. The command line interface(C.L.I.) will save the PDF on your desktop.** -For further information, please visit the [wiki](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/home). +For further information, please visit the [wiki](https://git.abbether.net/craig.oates/Smouldering-Beach-Ball/wiki). -![screenshot-1](.gitlab/Images/screenshot-1.png) +![screenshot-1](.attachments/Images/screenshot-1.png) ## Test Centre This project holds all the tests for this solution. If uses a combination of unit tests ([xUnit](http://xunit.github.io/)) and property tests ([FsCheck](https://fscheck.github.io/FsCheck/)). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease. -![screenshot-2](.gitlab/Images/screenshot-2.png) +![screenshot-2](.attachments/Images/screenshot-2.png) ## About the Creator