Skip to content

Commit

Permalink
Fixed licensing links in ValidateLicense exception message (QuestPDF#678
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ruyut authored Oct 29, 2023
1 parent 4b1b8db commit fb67379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/QuestPDF/Drawing/DocumentGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static void ValidateLicense()
$"The library does not require any license key. We trust our users, and therefore the process is simple. " +
$"To disable license validation and turn off this exception, please configure an eligible license using the QuestPDF.Settings.License API, for example: {newParagraph}" +
$"\"QuestPDF.Settings.License = LicenseType.Community;\" {newParagraph}" +
$"Learn more on: https://www.questpdf.com/license-configuration.html {newParagraph}";
$"Learn more on: https://www.questpdf.com/license/configuration.html {newParagraph}";

throw new Exception(exceptionMessage)
{
Expand Down

0 comments on commit fb67379

Please sign in to comment.