Skip to content

Commit

Permalink
Fix incorrect links in tutorials page (datacommonsorg#507)
Browse files Browse the repository at this point in the history
Some of the links were using the internal "sandbox" host rather than external "research".
  • Loading branch information
kmoscoe authored Sep 12, 2024
1 parent 8e4c442 commit f9d6d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/python/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get familiar with the Data Commons knowledge graph and APIs using these analysis
You can also clone these to use as a base for your own analysis.

Example [Google Colab
notebooks](https://colab.sandbox.google.com/notebooks/intro.ipynb) written in
notebooks](https://colab.research.google.com/notebooks/intro.ipynb) written in
Python:

- [Getting Started: Analyzing Census Data](https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/analyzing_census_data.ipynb){:target="_blank"}
Expand All @@ -27,6 +27,6 @@ Python:

- [Drug Discovery with Biomedical Data Commons](https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Drug_Discovery_With_Data_Commons.ipynb){:target="_blank"}

- [Analyzing Superfund Sites with Data Commons](https://colab.sandbox.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Analyzing_SuperfundSites_with_Data_Commons.ipynb){:target="_blank"}
- [Analyzing Superfund Sites with Data Commons](https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Analyzing_SuperfundSites_with_Data_Commons.ipynb){:target="_blank"}

- [Estimating CMIP6 Temperature Distributions](https://colab.sandbox.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Estimating_(Temperature)_Distributions_With_DataCommons_.ipynb){:target="_blank"}
- [Estimating CMIP6 Temperature Distributions](https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Estimating_(Temperature)_Distributions_With_DataCommons_.ipynb){:target="_blank"}

0 comments on commit f9d6d7b

Please sign in to comment.