diff --git a/notebooks/demo/mg_louvain.ipynb b/notebooks/demo/mg_louvain.ipynb index b2b348fd22f..3ff14ce69fb 100644 --- a/notebooks/demo/mg_louvain.ipynb +++ b/notebooks/demo/mg_louvain.ipynb @@ -74,7 +74,7 @@ " os.system('mkdir ../data')\n", "\n", "# download the Hollywood dataset\n", - "base_url = 'https://rapidsai-data.s3.us-east-2.amazonaws.com/cugraph/benchmark/'\n", + "base_url = 'https://data.rapids.ai/cugraph/benchmark/'\n", "fn = 'hollywood.csv'\n", "comp = '.gz'\n", "\n", diff --git a/notebooks/demo/mg_pagerank.ipynb b/notebooks/demo/mg_pagerank.ipynb index 7c32c052017..5e3f05210e5 100644 --- a/notebooks/demo/mg_pagerank.ipynb +++ b/notebooks/demo/mg_pagerank.ipynb @@ -84,7 +84,7 @@ " os.system('mkdir ../data')\n", "\n", "# download the Twitter dataset\n", - "base_url = 'https://s3.us-east-2.amazonaws.com/rapidsai-data/cugraph/benchmark/'\n", + "base_url = 'https://data.rapids.ai/cugraph/benchmark/'\n", "fn = 'twitter-2010.csv'\n", "comp = '.gz'\n", "if not os.path.isfile(data_dir+fn):\n", @@ -239,7 +239,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can now use the [map](https://s3.us-east-2.amazonaws.com/rapidsai-data/cugraph/benchmark/twitter-2010-ids.csv.gz) to convert Vertex ID into to Twitter's numeric ID. The user name can also be retrieved using the [TwitterID](https://tweeterid.com/) web app.
\n", + "We can now use the [map](https://data.rapids.ai/cugraph/benchmark/twitter-2010-ids.csv.gz) to convert Vertex ID into to Twitter's numeric ID. The user name can also be retrieved using the [TwitterID](https://tweeterid.com/) web app.
\n", "The table below shows more information on our *Top 3*. Notice that this ranking is much better at capturing network influence compared the number of followers for instance. Further analysis of this dataset was published [here](https://doi.org/10.1145/1772690.1772751).\n", "\n", "| Vertex ID\t| Twitter ID\t| User name\t| Description |\n", diff --git a/notebooks/demo/mg_property_graph.ipynb b/notebooks/demo/mg_property_graph.ipynb index e8db6f727e1..0a5aa5df8a3 100644 --- a/notebooks/demo/mg_property_graph.ipynb +++ b/notebooks/demo/mg_property_graph.ipynb @@ -70,7 +70,7 @@ " os.system('mkdir ../data')\n", "\n", " # download the Hollywood dataset\n", - " base_url = 'https://rapidsai-data.s3.us-east-2.amazonaws.com/cugraph/benchmark/'\n", + " base_url = 'https://data.rapids.ai/cugraph/benchmark/'\n", " fn = 'hollywood.csv'\n", " comp = '.gz'\n", "\n", diff --git a/notebooks/demo/uvm.ipynb b/notebooks/demo/uvm.ipynb index 08b04a99cae..d4d9caeba43 100644 --- a/notebooks/demo/uvm.ipynb +++ b/notebooks/demo/uvm.ipynb @@ -117,7 +117,7 @@ "outputs": [], "source": [ "# download the Twitter dataset\n", - "base_url = 'https://s3.us-east-2.amazonaws.com/rapidsai-data/cugraph/benchmark/'\n", + "base_url = 'https://data.rapids.ai/cugraph/benchmark/'\n", "fn = 'twitter-2010.csv'\n", "comp = '.gz'\n", "if not os.path.isfile(data_dir+fn):\n", @@ -252,7 +252,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can now use the [map](https://s3.us-east-2.amazonaws.com/rapidsai-data/cugraph/benchmark/twitter-2010-ids.csv.gz) to convert Vertex ID into to Twitter's numeric ID. The user name can also be retrieved using the [TwitterID](https://tweeterid.com/) web app.
\n", + "We can now use the [map](https://data.rapids.ai/cugraph/benchmark/twitter-2010-ids.csv.gz) to convert Vertex ID into to Twitter's numeric ID. The user name can also be retrieved using the [TwitterID](https://tweeterid.com/) web app.
\n", "The table below shows more information on our *Top 3*. Notice that this ranking is much better at capturing network influence compared the number of followers for instance. Further analysis of this dataset was published [here](https://doi.org/10.1145/1772690.1772751).\n", "\n", "| Vertex ID\t| Twitter ID\t| User name\t| Description |\n",