Added the right helpURI to https://wiki.gcube-system.org/gcube/URI_Resolver#Parthenos_URL_Resolver
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174374 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ea86ade465
commit
c3836d98fc
|
@ -42,7 +42,7 @@ public class PartheosRegistryResolver {
|
||||||
*/
|
*/
|
||||||
//private static final String PARTHENOS_REGISTRY_VRE_NAME = "PARTHENOS_Registry";
|
//private static final String PARTHENOS_REGISTRY_VRE_NAME = "PARTHENOS_Registry";
|
||||||
private static Logger logger = LoggerFactory.getLogger(PartheosRegistryResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(PartheosRegistryResolver.class);
|
||||||
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver";
|
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Parthenos_URL_Resolver";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolve parthenos url.
|
* Resolve parthenos url.
|
||||||
|
|
Loading…
Reference in New Issue