From f9d6d7bf4f408bea5f465633722f13a60311f724 Mon Sep 17 00:00:00 2001 From: kmoscoe <165203920+kmoscoe@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:07:55 -0700 Subject: [PATCH] Fix incorrect links in tutorials page (#507) Some of the links were using the internal "sandbox" host rather than external "research". --- api/python/tutorials.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/python/tutorials.md b/api/python/tutorials.md index 779a64f10..08cca817d 100644 --- a/api/python/tutorials.md +++ b/api/python/tutorials.md @@ -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"} @@ -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"} \ No newline at end of file +- [Estimating CMIP6 Temperature Distributions](https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/Estimating_(Temperature)_Distributions_With_DataCommons_.ipynb){:target="_blank"}