diff --git a/docs/manual/flowchart.html b/docs/manual/flowchart.html
new file mode 100644
index 0000000000..2cee6d72bf
--- /dev/null
+++ b/docs/manual/flowchart.html
@@ -0,0 +1,13 @@
+
+
+
+ Redirecting...
+
+
+
+If you are not redirected automatically, follow this link
+ to the new page.
+
+
diff --git a/tetrad-gui/dependency-reduced-pom.xml b/tetrad-gui/dependency-reduced-pom.xml
new file mode 100644
index 0000000000..b7acb089ca
--- /dev/null
+++ b/tetrad-gui/dependency-reduced-pom.xml
@@ -0,0 +1,74 @@
+
+
+
+ tetrad
+ io.github.cmu-phil
+ 7.6.4-SNAPSHOT
+
+ 4.0.0
+ tetrad-gui
+
+
+
+ org.apache.maven.wagon
+ wagon-ssh
+ 2.10
+
+
+
+
+ true
+ src/main/resources
+
+ resources/version
+
+
+
+ src/main/resources
+
+ resources/version
+
+
+
+
+
+ maven-compiler-plugin
+ 3.11.0
+
+
+ 17
+
+
+
+ maven-shade-plugin
+ 3.5.1
+
+
+ package
+
+ shade
+
+
+
+
+
+ edu.cmu.tetradapp.Tetrad
+ all-permissions
+ ${project.name}
+ ${project.version}
+
+
+
+ true
+ launch
+
+
+
+
+
+
+
+ 1.8
+ UTF-8
+
+
diff --git a/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/LaunchFlowchartAction.java b/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/LaunchFlowchartAction.java
index 3d8531f265..99c518c7c8 100644
--- a/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/LaunchFlowchartAction.java
+++ b/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/LaunchFlowchartAction.java
@@ -50,8 +50,8 @@ public LaunchFlowchartAction() {
public void actionPerformed(ActionEvent e) {
Desktop d = Desktop.getDesktop();
try {
- d.browse(new URI("https://htmlpreview.github.io/?https://raw.githubusercontent.com/cmu-phil/tetrad/" +
- "development/docs/manual/flowchart.html"));
+ d.browse(new URI("https://htmlpreview.github.io/?https:///github.com/cmu-phil/" +
+ "tetrad/blob/development/tetrad-lib/src/main/resources/docs/manual/flowchart.html"));
} catch (IOException | URISyntaxException e2) {
e2.printStackTrace();
}
diff --git a/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/TetradMenuBar.java b/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/TetradMenuBar.java
index 4cf27cbd6d..915beb8598 100644
--- a/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/TetradMenuBar.java
+++ b/tetrad-gui/src/main/java/edu/cmu/tetradapp/app/TetradMenuBar.java
@@ -186,7 +186,6 @@ private void buildEditMenu(JMenu editMenu) {
editMenu.add(cut);
editMenu.add(copy);
editMenu.add(paste);
- editMenu.addSeparator();
}
/**
@@ -241,13 +240,13 @@ public SuggestionDialog(JComponent parent, String url) {
// Create a clickable link
JLabel label = new JLabel("" +
- "Please submit any issues you may have,
" +
- "whether bug reports, general encouragement,
" +
- "or feature requests, to our issues list. We'd
" +
- "love to hear from you as we continue to
" +
- "improve the Tetrad tools!
" +
- "" + url + "" +
- "");
+ "Please submit any issues you may have,
" +
+ "whether bug reports, general encouragement,
" +
+ "or feature requests, to our issues list. We'd
" +
+ "love to hear from you as we continue to
" +
+ "improve the Tetrad tools!
" +
+ "" + url + "" +
+ "