Browse Source

Fix hyperlink URL in HyperlinkTests to use the correct domain

Marcin Ziąbek 1 week ago
parent
commit
3a009e1613
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF.ConformanceTests/HyperlinkTests.cs

+ 1 - 1
Source/QuestPDF.ConformanceTests/HyperlinkTests.cs

@@ -33,7 +33,7 @@ internal class HyperlinkTests : ConformanceTestBase
                             
                             
                             column.Item()
                             column.Item()
                                 .SemanticLink("Link to the QuestPDF website")
                                 .SemanticLink("Link to the QuestPDF website")
-                                .Hyperlink("https://questpdf.com")
+                                .Hyperlink("https://www.questpdf.com")
                                 .Text("QuestPDF website")
                                 .Text("QuestPDF website")
                                 .Underline()
                                 .Underline()
                                 .FontColor(Colors.Blue.Darken2);
                                 .FontColor(Colors.Blue.Darken2);