Skip to content

Commit e474bec

Browse files
authored
fix invalid API endpoint reference
1 parent fa6d221 commit e474bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/notebooks/How_to_use_IDC_APIs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"source": [
106106
"### What is an endpoint?\n",
107107
"\n",
108-
"An endpoint is the *call* for a specific functionally of an API. For example, `/collections` at the end of the API request URL `https://api-dot-idc.appspot.com/v1/collections` is an endpoint that returns (or GETs) information about the available collections."
108+
"An endpoint is the *call* for a specific functionally of an API. For example, `/collections` at the end of the API request URL `https://api.imaging.datacommons.cancer.gov/v1/collections` is an endpoint that returns (or GETs) information about the available collections."
109109
]
110110
},
111111
{

0 commit comments

Comments
 (0)