Browse Source

Fix documentation link for previewer

Bennet Bo Fenner 3 years ago
parent
commit
9fc721d66b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QuestPDF.Previewer/PreviewerWindowViewModel.cs

+ 1 - 1
QuestPDF.Previewer/PreviewerWindowViewModel.cs

@@ -49,7 +49,7 @@ namespace QuestPDF.Previewer
             CommunicationService.Instance.OnDocumentRefreshed += HandleUpdatePreview;
             CommunicationService.Instance.OnDocumentRefreshed += HandleUpdatePreview;
             
             
             ShowPdfCommand = ReactiveCommand.Create(ShowPdf);
             ShowPdfCommand = ReactiveCommand.Create(ShowPdf);
-            ShowDocumentationCommand = ReactiveCommand.Create(() => OpenLink("https://www.questpdf.com/documentation/api-reference.html"));
+            ShowDocumentationCommand = ReactiveCommand.Create(() => OpenLink("https://www.questpdf.com/api-reference/index.html"));
             SponsorProjectCommand = ReactiveCommand.Create(() => OpenLink("https://github.com/sponsors/QuestPDF"));
             SponsorProjectCommand = ReactiveCommand.Create(() => OpenLink("https://github.com/sponsors/QuestPDF"));
         }
         }