Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions quickstarts/using-the-data-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"## Using the Planetary Computer's Data API\n",
"\n",
"The Planetary Computer's [`/data` API](https://tomaugspurger.github.io/pc-data-api/lab/) provides an easy way to vizualize and perform basic analytics on data hosted by the Planetary Computer, without having to deploy your own compute in Azure.\n",
"The Planetary Computer's [`/data` API](https://planetarycomputer.microsoft.com/api/data/v1/docs) provides an easy way to vizualize and perform basic analytics on data hosted by the Planetary Computer, without having to deploy your own compute in Azure.\n",
"\n",
"### Background\n",
"\n",
Expand Down Expand Up @@ -695,7 +695,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.10 ('notebook')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -709,7 +709,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
},
"vscode": {
"interpreter": {
Expand Down