We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cb694 commit bbd64a8Copy full SHA for bbd64a8
EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/EnrichmentMapBuildProperties.java
@@ -19,7 +19,7 @@ private EnrichmentMapBuildProperties() {}
19
20
static {
21
APP_URL = "http://www.baderlab.org/Software/EnrichmentMap";
22
- USER_MANUAL_URL = APP_URL + "/UserManual";
+ USER_MANUAL_URL = "http://enrichmentmap.readthedocs.io/en/latest";
23
24
Properties plugin_props;
25
try {
0 commit comments