Skip to content

Commit bbd64a8

Browse files
committed
update help URL
1 parent 93cb694 commit bbd64a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/EnrichmentMapBuildProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private EnrichmentMapBuildProperties() {}
1919

2020
static {
2121
APP_URL = "http://www.baderlab.org/Software/EnrichmentMap";
22-
USER_MANUAL_URL = APP_URL + "/UserManual";
22+
USER_MANUAL_URL = "http://enrichmentmap.readthedocs.io/en/latest";
2323

2424
Properties plugin_props;
2525
try {

0 commit comments

Comments
 (0)