From 6c467df7341aafdf2747942e18e34303e4bd7de4 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sat, 17 Sep 2022 12:04:07 -0600 Subject: [PATCH] Refixed api doc link --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7337cd8..2219dab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ We analyze unit tests and code coverage on each PR push. The code coverage of the latest released build (on NuGet) is shown as a badge at the top of `README.md`. Here as well: -![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json) +![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/gui-cs/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json) The project uses Fine Code Coverage to allow easy access to code coverage info on a per-component basis. diff --git a/README.md b/README.md index 2ab2cd2..d9f8735 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # NStack -![Build](https://github.com/migueldeicaza/NStack/actions/workflows/build.yml/badge.svg) +![Build](https://github.com/gui-cs/NStack/actions/workflows/build.yml/badge.svg) [![Version](https://img.shields.io/nuget/v/NStack.Core.svg)](https://www.nuget.org/packages/NStack.Core) [![Downloads](https://img.shields.io/nuget/dt/NStack.Core)](https://www.nuget.org/packages/NStack.Core) -[![License](https://img.shields.io/github/license/migueldeicaza/NStack.svg)](LICENSE) -![Bugs](https://img.shields.io/github/issues/migueldeicaza/NStack) +[![License](https://img.shields.io/github/license/gui-cs/NStack.svg)](LICENSE) +![Bugs](https://img.shields.io/github/issues/gui-cs/NStack) NOTE: NStack has moved to the gui-cs org: https://github.com/orgs/gui-cs/Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. -You can browse the [API documentation](https://migueldeicaza.github.io/NStack/api/NStack.html). +You can browse the [API documentation](https://migueldeicaza.github.io/NStack). Install the [NuGet package from NuGet.org](https://www.nuget.org/packages/NStack.Core) by installing `NStack.Core`.