Skip to content

Commit cba4616

Browse files
authored
Merge pull request #1805 from ISISComputingGroup/fix_link
Fix link
2 parents 80a2a5d + 36efae4 commit cba4616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/uk.ac.stfc.isis.ibex.preferences/src/uk/ac/stfc/isis/ibex/preferences/PreferenceSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private static String relativePathToFull(String relativePath) throws IOException
199199
/**
200200
* The default URL for the Script Generator manual page
201201
*/
202-
private static final String DEFAULT_SCRIPT_GENERATOR_MANUAL_URL = "https://shadow.nd.rl.ac.uk/ibex_user_manual/Using-the-Script-Generator";
202+
private static final String DEFAULT_SCRIPT_GENERATOR_MANUAL_URL = "https://shadow.nd.rl.ac.uk/ibex_user_manual/script_generator/Using-the-Script-Generator.html";
203203

204204
/**
205205
* Defines the URL of the Script Generator page on the user manual

0 commit comments

Comments
 (0)