diff --git a/example/example1.html b/example/example1.html index 1d9344cfd..4d222ce4a 100644 --- a/example/example1.html +++ b/example/example1.html @@ -529,7 +529,7 @@ * username, password, host, port, and database name */ new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/example2.html b/example/example2.html index 4b205e34e..5195bed76 100644 --- a/example/example2.html +++ b/example/example2.html @@ -431,7 +431,7 @@ // A MapdCon instance is used for performing raw queries on a MapD GPU database. new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/example3.js b/example/example3.js index 3347bae04..f5b03cdfa 100644 --- a/example/example3.js +++ b/example/example3.js @@ -14,7 +14,7 @@ document.addEventListener("DOMContentLoaded", function init() { new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/example4.js b/example/example4.js index 42cc6c22b..451c1f95f 100644 --- a/example/example4.js +++ b/example/example4.js @@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function init() { // A MapdCon instance is used for performing raw queries on a MapD GPU database. new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/example5.html b/example/example5.html index 045ce5964..35b323f79 100644 --- a/example/example5.html +++ b/example/example5.html @@ -166,7 +166,7 @@ function init() { var con = new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleGeoHeat.js b/example/exampleGeoHeat.js index 61037424d..61b35f4c2 100644 --- a/example/exampleGeoHeat.js +++ b/example/exampleGeoHeat.js @@ -13,7 +13,7 @@ let HeatLayer const Connector = new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleLinemap.html b/example/exampleLinemap.html index ae82bc77b..32848b05f 100644 --- a/example/exampleLinemap.html +++ b/example/exampleLinemap.html @@ -224,7 +224,7 @@ const con = new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleMapD3Crossfilter.js b/example/exampleMapD3Crossfilter.js index d09b64152..367b53425 100644 --- a/example/exampleMapD3Crossfilter.js +++ b/example/exampleMapD3Crossfilter.js @@ -667,7 +667,7 @@ function init() { * username, password, host, port, and database name */ new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleMultiLayerMap.js b/example/exampleMultiLayerMap.js index 62269785a..556e5e46d 100644 --- a/example/exampleMultiLayerMap.js +++ b/example/exampleMultiLayerMap.js @@ -7,7 +7,7 @@ document.addEventListener("DOMContentLoaded", function init() { // A MapdCon instance is used for performing raw queries on a MapD GPU database. new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleMultiLayerScatterplot.js b/example/exampleMultiLayerScatterplot.js index ec9b244e9..393b31a98 100644 --- a/example/exampleMultiLayerScatterplot.js +++ b/example/exampleMultiLayerScatterplot.js @@ -7,7 +7,7 @@ document.addEventListener("DOMContentLoaded", function init() { // A MapdCon instance is used for performing raw queries on a MapD GPU database. new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd") diff --git a/example/exampleStackedBarchart.html b/example/exampleStackedBarchart.html index 250e04402..453f3ca1f 100644 --- a/example/exampleStackedBarchart.html +++ b/example/exampleStackedBarchart.html @@ -135,7 +135,7 @@ // A MapdCon instance is used for performing raw queries on a MapD GPU database. new MapdCon() .protocol("https") - .host("metis.mapd.com") + .host("metis.omnisci.com") .port("443") .dbName("mapd") .user("mapd")