diff --git a/README.md b/README.md index e76abfb48c..2c447a41cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ meant to be for community, by the community. We are excited to work with you to make public data accessible to everyone. To see the extent of data we have today, browse the graph using our -[browser](https://browser.datacommons.org/browser). +[browser](https://datacommons.org/browser). ## Contributing diff --git a/static/js/mcf_playground.js b/static/js/mcf_playground.js index d9395dc448..04b4ebe28e 100644 --- a/static/js/mcf_playground.js +++ b/static/js/mcf_playground.js @@ -14,7 +14,7 @@ * limitations under the License. */ -let BROWSER = "https://browser.datacommons.org/browser/"; +let BROWSER = "https://datacommons.org/browser/"; let DATE_FORMAT = /^\d{4}(-\d\d(-\d\d(T\d\d:\d\d)?)?)?$/i; diff --git a/static/js/shared/util.js b/static/js/shared/util.js index 60e6b5c66c..9253c95f39 100644 --- a/static/js/shared/util.js +++ b/static/js/shared/util.js @@ -48,7 +48,7 @@ const /** !Array */ OBS_KEYS = [ const NUMBER_OF_CHARTS_PER_ROW = 3; const /** !Array */ PROD_HOST = [ - "browser.datacommons.org", + "datacommons.org", "datcom-browser-prod.appspot.com", ];