From df118bc6f066a32bf242ff1d9158de58de9568d9 Mon Sep 17 00:00:00 2001 From: danielpalme Date: Tue, 17 May 2022 08:17:57 +0200 Subject: [PATCH] Updated links --- README.md | 2 +- src/AzureDevopsTask/README.md | 2 +- src/AzureDevopsTask/vss-extension.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d080c119..b2b30716 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ I encourage you to do so, especially if you are using ReportGenerator for commer ## Getting started *ReportGenerator* is a commandline tool which works with full .NET Framework and .NET Core. -Use the online [configuration tool](https://danielpalme.github.io/ReportGenerator/usage) to get started quickly. +Use the online [configuration tool](https://reportgenerator.io/usage) to get started quickly. ### Install the package matching your platform and needs diff --git a/src/AzureDevopsTask/README.md b/src/AzureDevopsTask/README.md index dae57588..d7bbb955 100644 --- a/src/AzureDevopsTask/README.md +++ b/src/AzureDevopsTask/README.md @@ -7,7 +7,7 @@ Twitter: [@danielpalme](https://twitter.com/danielpalme) ## Usage To learn how to use *ReportGenerator* have a look at the: -* [Usage Guide](https://danielpalme.github.io/ReportGenerator/usage) +* [Usage Guide](https://reportgenerator.io/usage) * [Command line parameters](https://github.com/danielpalme/ReportGenerator/#usage--command-line-parameters) ### YAML example diff --git a/src/AzureDevopsTask/vss-extension.json b/src/AzureDevopsTask/vss-extension.json index 7bbebe7c..3e02c38d 100644 --- a/src/AzureDevopsTask/vss-extension.json +++ b/src/AzureDevopsTask/vss-extension.json @@ -42,7 +42,7 @@ }, "links": { "getstarted": { - "uri": "https://danielpalme.github.io/ReportGenerator/usage" + "uri": "https://reportgenerator.io/usage" }, "source": { "uri": "https://github.com/danielpalme/ReportGenerator"