Skip to content
Snippets Groups Projects
Commit 65c30745 authored by rcordovano's avatar rcordovano
Browse files

Update version number in imagegallery/actions/OpenHelpAction.java

parent 5acbf752
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public final class OpenHelpAction implements ActionListener {
@Override
public void actionPerformed(ActionEvent e) {
try {
Desktop.getDesktop().browse(URI.create("http://sleuthkit.org/autopsy/docs/user-docs/4.3/image_gallery_page.html")); //NON-NLS
Desktop.getDesktop().browse(URI.create("http://sleuthkit.org/autopsy/docs/user-docs/4.4/image_gallery_page.html")); //NON-NLS
} catch (IOException ex) {
Logger.getLogger(OpenHelpAction.class.getName()).log(Level.SEVERE, "failed to open help page", ex); //NON-NLS
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment