From a6fe2affcb73212279c6867b8f45988d1187f554 Mon Sep 17 00:00:00 2001 From: savitamittal1 <39776179+savitamittal1@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:38:11 -0700 Subject: [PATCH] Update automl-databricks-local-with-deployment.ipynb fixed link to readme --- .../automl/automl-databricks-local-with-deployment.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb b/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb index 649a0a22..f69c1b9f 100644 --- a/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb +++ b/how-to-use-azureml/azure-databricks/automl/automl-databricks-local-with-deployment.ipynb @@ -19,7 +19,7 @@ "\n", "%pip install -r https://aka.ms/automl_linux_requirements.txt\n", "\n", - "**For Databricks non ML runtime 7.0 and lower, Install AML sdk using init script as shown in [readme](readme.md) before running this notebook.**" + "**For Databricks non ML runtime 7.0 and lower, Install AML sdk using init script as shown in [readme](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/azure-databricks/automl/README.md) before running this notebook.**" ] }, { @@ -604,4 +604,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} \ No newline at end of file +}