Skip to content

Commit

Permalink
[#530] Link to new user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Aug 13, 2024
1 parent fde36eb commit c9ea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jetuml/gui/EditorFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class EditorFrame extends BorderPane implements BooleanPreferenceChangeHa
private static final String KEY_LAST_EXPORT_DIR = "lastExportDir";
private static final String KEY_LAST_SAVEAS_DIR = "lastSaveAsDir";
private static final String KEY_LAST_IMAGE_FORMAT = "lastImageFormat";
private static final String USER_MANUAL_URL = "https://www.jetuml.org/docs/user-guide.html";
private static final String USER_MANUAL_URL = "https://www.jetuml.org/docs/user-guide-topics.html";

private static final String[] IMAGE_FORMATS = validFormats("png", "jpg", "gif", "bmp");

Expand Down

0 comments on commit c9ea661

Please sign in to comment.