Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 8, 2022
1 parent 6670b93 commit 4d0fe52
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.html) to get started quickly.
Use the online [configuration tool](https://danielpalme.github.io/ReportGenerator/usage) to get started quickly.

### Install the package matching your platform and needs

Expand Down Expand Up @@ -89,7 +89,7 @@ Explanations:
Values: Verbose, Info, Warning, Error, Off
Title: Optional title.
Tag: Optional tag or build version.
License: Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
License: Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
Default values:
-reporttypes:Html
Expand Down
4 changes: 2 additions & 2 deletions src/AzureDevopsTask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.html)
* [Usage Guide](https://danielpalme.github.io/ReportGenerator/usage)
* [Command line parameters](https://github.com/danielpalme/ReportGenerator/#usage--command-line-parameters)

### YAML example
Expand All @@ -28,7 +28,7 @@ To learn how to use *ReportGenerator* have a look at the:
verbosity: 'Info' # The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
title: '' # Optional title.
tag: '$(build.buildnumber)_#$(build.buildid)' # Optional tag or build version.
license: '' # Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
license: '' # Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
customSettings: '' # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
```
Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/ReportGenerator/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"label": "License",
"defaultValue": "",
"required": false,
"helpMarkDown": "Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro"
"helpMarkDown": "Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro"
},
{
"name": "customSettings",
Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"links": {
"getstarted": {
"uri": "https://danielpalme.github.io/ReportGenerator/usage.html"
"uri": "https://danielpalme.github.io/ReportGenerator/usage"
},
"source": {
"uri": "https://github.com/danielpalme/ReportGenerator"
Expand Down
2 changes: 1 addition & 1 deletion src/ReportGenerator.Core/Properties/Help.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ReportGenerator.Core/Properties/Help.resx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<value>History directory: Optional directory for storing persistent coverage information.</value>
</data>
<data name="Explanations_License" xml:space="preserve">
<value>License: Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro</value>
<value>License: Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro</value>
</data>
<data name="Explanations_Plugins" xml:space="preserve">
<value>Plugins: Optional plugin files for custom reports or custom history storage (separated by semicolon).</value>
Expand Down

0 comments on commit 4d0fe52

Please sign in to comment.