diff --git a/Anomaly Detection API Example.ipynb b/Anomaly Detection API Example.ipynb index 5ee04fc..7f7f8e3 100644 --- a/Anomaly Detection API Example.ipynb +++ b/Anomaly Detection API Example.ipynb @@ -49,7 +49,7 @@ "outputs": [], "source": [ "# Variables\n", - "endpoint = 'https://labsportalppe.azure-api.net/anomalyfinder/v1.0/anomalydetection'\n", + "endpoint = 'https://api.labs.cognitive.microsoft.com/anomalyfinder/v1.0/anomalydetection'\n", "subscription_key = '' #Here you have to paste your primary key" ] },