From 2d0d07ba5a9009ba03a0fa02e62cca32d9980f31 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 15 Nov 2019 10:38:28 +0000 Subject: [PATCH] Updated link to the list of available algorithms https://data.d4science.net/SePo git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@182267 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/main.js b/src/main/webapp/js/main.js index 048f4b4..b98d1bb 100644 --- a/src/main/webapp/js/main.js +++ b/src/main/webapp/js/main.js @@ -130,7 +130,7 @@ checkInputLink = function() { initApplication = function() { $ .ajax({ - url : "https://data.d4science.org/bnp4UDNyb21lSURkQXdDUnlSS0JkVWgzWk1KMUxWVGZHbWJQNStIS0N6Yz0", + url : "https://data.d4science.net/SePo", type : "GET", async : true, contentType : "text/plain; charset=utf-8",