diff --git a/studio/src/app/administration/stats/server/management/monitoring/serverconnections.component.html b/studio/src/app/administration/stats/server/management/monitoring/serverconnections.component.html
index b2b812179db..75508fa3009 100644
--- a/studio/src/app/administration/stats/server/management/monitoring/serverconnections.component.html
+++ b/studio/src/app/administration/stats/server/management/monitoring/serverconnections.component.html
@@ -5,10 +5,10 @@
Below all the active connections. Keep in mind that HTTP connections are stateless, so no database is retained and usually
after a short timeout (seconds) they are killed. Binary connections, instead, remain in life until the connection
client closes it. Binary connections are used by the
- Orient Console
+ Orient Console
tool and by any Orient Java applications that uses the native
- Java API
+ Java API
diff --git a/studio/src/app/core/services/wiki.service.ts b/studio/src/app/core/services/wiki.service.ts
index 12af19d1701..ebeacd2a6b3 100644
--- a/studio/src/app/core/services/wiki.service.ts
+++ b/studio/src/app/core/services/wiki.service.ts
@@ -14,7 +14,7 @@ class WikiService {
constructor() {
this.version =
STUDIO_VERSION.indexOf("SNAPSHOT") == -1 ? STUDIO_VERSION : "last";
- this.wikiBase = "https://www.orientdb.com/docs/" + this.version + "/";
+ this.wikiBase = "https://orientdb.dev/docs/" + this.version + "/";
}
resolveWiki(urlWiki) {
diff --git a/studio/src/controllers/login-controller.js b/studio/src/controllers/login-controller.js
index a1ae0e23748..fb6ed8c8771 100644
--- a/studio/src/controllers/login-controller.js
+++ b/studio/src/controllers/login-controller.js
@@ -10,7 +10,7 @@ LoginModule.controller("LoginController", ['$scope', '$rootScope', '$routeParams
$scope.server = "http://localhost:2480"
- var doc = "https://www.orientdb.com/docs/" + Database.getVersion() + "/security/Security.html"
+ var doc = "https://orientdb.dev/docs/" + Database.getVersion() + "/security/Security.html"
$scope.link = {link: doc};
$scope.sso = false;
diff --git a/studio/src/index.html b/studio/src/index.html
index bfbcd948744..2382bf4bc6b 100644
--- a/studio/src/index.html
+++ b/studio/src/index.html
@@ -86,7 +86,7 @@
-
+
diff --git a/studio/src/services/database-services.js b/studio/src/services/database-services.js
index 32a781c2f48..7fa30861774 100644
--- a/studio/src/services/database-services.js
+++ b/studio/src/services/database-services.js
@@ -17,8 +17,8 @@ database.factory("Database", [
function(DatabaseApi, localStorageService, SchemaService, $location) {
var version =
STUDIO_VERSION.indexOf("SNAPSHOT") == -1 ? STUDIO_VERSION : "last";
- var wikiBase = "https://www.orientdb.com/docs/" + version + "/";
- var oWikiBase = "https://www.orientdb.com/docs/" + version + "/";
+ var wikiBase = "https://orientdb.dev/docs/" + version + "/";
+ var oWikiBase = "https://orientdb.dev/docs/" + version + "/";
var current = {
name: null,
username: null,
diff --git a/studio/src/views/server/about.html b/studio/src/views/server/about.html
index 02583fe3e7a..e8ff08d3bcc 100644
--- a/studio/src/views/server/about.html
+++ b/studio/src/views/server/about.html
@@ -13,7 +13,7 @@
Home Page : https://github.com/orientechnologies/orientdb-studio
-Copyrights : OrientDB LTD
+Copyrights : OrientDB LTD
License : Apache 2
diff --git a/studio/src/views/server/conn.html b/studio/src/views/server/conn.html index d12452a9a94..8f56668e69c 100644 --- a/studio/src/views/server/conn.html +++ b/studio/src/views/server/conn.html @@ -1,7 +1,7 @@ Below all the active connections. Keep in mind that HTTP connections are stateless, so no database is retained and usually after a short timeout (seconds) they are killed. Binary connections, instead, remain in life until the connection client closes it. Binary connections are used by the -Orient Console +Orient Console tool and by any Orient Java applications that uses the native -Java API +Java API