Skip to content

Commit

Permalink
Change some browser.datacommons.org to datacommons.org (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored Aug 14, 2020
1 parent ac9f211 commit 091d6cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion static/js/mcf_playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion static/js/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const /** !Array<string> */ OBS_KEYS = [
const NUMBER_OF_CHARTS_PER_ROW = 3;

const /** !Array<string> */ PROD_HOST = [
"browser.datacommons.org",
"datacommons.org",
"datcom-browser-prod.appspot.com",
];

Expand Down

0 comments on commit 091d6cb

Please sign in to comment.