From 212c2e8bf01f86259ee38f11e580505a554ef785 Mon Sep 17 00:00:00 2001 From: Jamie MacLennan Date: Tue, 4 Dec 2018 10:24:10 -0500 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93e9d83..5119a61b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can find full documentation for Azure Machine Learning [here](https://aka.ms These examples will provide you with an effective way to get started using AML. Once you're familiar with some of the capabilities, explore the repository for specific topics. -- [Configuration](./configuration.ipynyb) configures your notebook library to easily connect to an +- [Configuration](./configuration.ipynb) configures your notebook library to easily connect to an Azure Machine Learning workspace, and sets up your workspace to be used by many of the other examples. You should always run this first when setting up a notebook library on a new machine or in a new environment - [Train in notebook](./how-to-use-azureml/training/train-within-notebook) shows how to create a model directly in a notebook while recording