Selaa lähdekoodia

Merge pull request #326 from Bebo-Maker/fix-documentation-link-in-previewer

Fix documentation link for previewer
Marcin Ziąbek 3 vuotta sitten
vanhempi
sitoutus
bd71f30c78
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"));
         }
         }