Skip to content

Commit 0f4dfbd

Browse files
authored
Update how-to-use-environments.md
1 parent 5f62412 commit 0f4dfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/m
347347

348348
[Deploy a model using a custom Docker base image](how-to-deploy-custom-docker-image.md) demonstrates how to deploy a model using a custom Docker base image.
349349

350-
This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/deployment/spark) demonstrates how to deploy a Spark model as a Web service.
350+
This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/deployment/spark) demonstrates how to deploy a Spark model as a web service.
351351

352352
## Create and manage environments with the CLI
353353

@@ -382,4 +382,4 @@ az ml environment download -n myenv -d downloaddir
382382
* To use a managed compute target to train a model, see [Tutorial: Train a model](tutorial-train-models-with-aml.md).
383383
* After you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
384384
* View the [`Environment` class SDK reference](https://docs.microsoft.com/python/api/azureml-core/azureml.core.environment(class)?view=azure-ml-py).
385-
* For more information about the concepts and methods described in this article, see this [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/training/using-environments).
385+
* For more information about the concepts and methods described in this article, see the [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/training/using-environments).

0 commit comments

Comments
 (0)