From ce7ca94a9a3d4127f7af829c486f7882a4e998ab Mon Sep 17 00:00:00 2001 From: "Heather Spetalnick (Shapiro)" Date: Tue, 4 Dec 2018 10:33:07 -0500 Subject: [PATCH] fix aks link --- how-to-use-azureml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/README.md b/how-to-use-azureml/README.md index 49f499a2..9c337741 100644 --- a/how-to-use-azureml/README.md +++ b/how-to-use-azureml/README.md @@ -10,6 +10,6 @@ As a pre-requisite, run the [configuration Notebook](../configuration.ipynb) not * [logging-api](./training/logging-api): Learn about the details of logging metrics to run history. * [register-model-create-image-deploy-service](./deployment/register-model-create-image-deploy-service): Learn about the details of model management. * [production-deploy-to-aks](./deployment/production-deploy-to-aks) Deploy a model to production at scale on Azure Kubernetes Service. -* [enable-data-collection-for-models-in-aks](e./deployment/enable-data-collection-for-models-in-aks) Learn about data collection APIs for deployed model. +* [enable-data-collection-for-models-in-aks](./deployment/enable-data-collection-for-models-in-aks) Learn about data collection APIs for deployed model. * [enable-app-insights-in-production-service](./deployment/enable-app-insights-in-production-service) Learn how to use App Insights with production web service.