Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r7ceb887c2f64ad61d9d1ac62661de42bfe244069 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 7ceb887c2f64ad61d9d1ac62661de42bfe244069) @@ -150,7 +150,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.4.4.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 17.1.1.pdf" }; var mainWindow = new MainWindow(); var projectMigrator = new RingtoetsProjectMigrator(new DialogBasedInquiryHelper(mainWindow));