Skip to content

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed May 15, 2022
1 parent c623a7d commit 6e9f824
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
License: Optional license for PRO version. Get your license here: https://reportgenerator.io/pro
Default values:
-reporttypes:Html
Expand Down
2 changes: 1 addition & 1 deletion docs/main.3b074950b0be8f8e.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/AzureDevopsTask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro
license: '' # Optional license for PRO version. Get your license here: https://reportgenerator.io/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 for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro"
"helpMarkDown": "Optional license for PRO version. Get your license here: https://reportgenerator.io/pro"
},
{
"name": "customSettings",
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 for PRO version. Get your license here: https://danielpalme.github.io/ReportGenerator/pro</value>
<value>License: Optional license for PRO version. Get your license here: https://reportgenerator.io/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
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void Cards(IEnumerable<Card> cards)
{
this.reportTextWriter.WriteLine("<div class=\"center\">");
this.reportTextWriter.WriteLine("<p>{0}</p>", ReportResources.MethodCoverageProVersion);
this.reportTextWriter.WriteLine("<a class=\"pro-button\" href=\"https://danielpalme.github.io/ReportGenerator/pro\" target=\"_blank\">{0}</a>", ReportResources.MethodCoverageProButton);
this.reportTextWriter.WriteLine("<a class=\"pro-button\" href=\"https://reportgenerator.io/pro\" target=\"_blank\">{0}</a>", ReportResources.MethodCoverageProButton);
this.reportTextWriter.WriteLine("</div>");
}
else
Expand Down

0 comments on commit 6e9f824

Please sign in to comment.