Skip to content

Commit 4d0fe52

Browse files
committed
Updated link
1 parent 6670b93 commit 4d0fe52

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I encourage you to do so, especially if you are using ReportGenerator for commer
3434

3535
## Getting started
3636
*ReportGenerator* is a commandline tool which works with full .NET Framework and .NET Core.
37-
Use the online [configuration tool](https://danielpalme.github.io/ReportGenerator/usage.html) to get started quickly.
37+
Use the online [configuration tool](https://danielpalme.github.io/ReportGenerator/usage) to get started quickly.
3838

3939
### Install the package matching your platform and needs
4040

@@ -89,7 +89,7 @@ Explanations:
8989
Values: Verbose, Info, Warning, Error, Off
9090
Title: Optional title.
9191
Tag: Optional tag or build version.
92-
License: Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
92+
License: Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
9393
9494
Default values:
9595
-reporttypes:Html

src/AzureDevopsTask/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Twitter: [@danielpalme](https://twitter.com/danielpalme)
77

88
## Usage
99
To learn how to use *ReportGenerator* have a look at the:
10-
* [Usage Guide](https://danielpalme.github.io/ReportGenerator/usage.html)
10+
* [Usage Guide](https://danielpalme.github.io/ReportGenerator/usage)
1111
* [Command line parameters](https://github.com/danielpalme/ReportGenerator/#usage--command-line-parameters)
1212

1313
### YAML example
@@ -28,7 +28,7 @@ To learn how to use *ReportGenerator* have a look at the:
2828
verbosity: 'Info' # The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
2929
title: '' # Optional title.
3030
tag: '$(build.buildnumber)_#$(build.buildid)' # Optional tag or build version.
31-
license: '' # Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
31+
license: '' # Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
3232
customSettings: '' # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
3333
```
3434

src/AzureDevopsTask/ReportGenerator/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"label": "License",
129129
"defaultValue": "",
130130
"required": false,
131-
"helpMarkDown": "Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro"
131+
"helpMarkDown": "Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro"
132132
},
133133
{
134134
"name": "customSettings",

src/AzureDevopsTask/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"links": {
4444
"getstarted": {
45-
"uri": "https://danielpalme.github.io/ReportGenerator/usage.html"
45+
"uri": "https://danielpalme.github.io/ReportGenerator/usage"
4646
},
4747
"source": {
4848
"uri": "https://github.com/danielpalme/ReportGenerator"

src/ReportGenerator.Core/Properties/Help.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReportGenerator.Core/Properties/Help.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<value>History directory: Optional directory for storing persistent coverage information.</value>
146146
</data>
147147
<data name="Explanations_License" xml:space="preserve">
148-
<value>License: Optional license. Get your license here: https://danielpalme.github.io/ReportGenerator/pro</value>
148+
<value>License: Optional license for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro</value>
149149
</data>
150150
<data name="Explanations_Plugins" xml:space="preserve">
151151
<value>Plugins: Optional plugin files for custom reports or custom history storage (separated by semicolon).</value>

0 commit comments

Comments
 (0)