linking to /faq instead of /help.html (new website) [ci skip]

This commit is contained in:
Sebastian Stenzel
2016-03-09 00:38:20 +01:00
parent 5ee82271f5
commit b6ee29789e

View File

@@ -109,7 +109,7 @@ public class MacWarningsController extends AbstractFXMLViewController {
@FXML
private void didClickMoreInformationButton(ActionEvent event) {
application.getHostServices().showDocument("https://cryptomator.org/help.html#macWarning");
application.getHostServices().showDocument("https://cryptomator.org/faq/#macWarning");
}
private void unauthenticatedResourcesDidChange(Change<? extends String> change) {