Skip to content

Commit 708b4ab

Browse files
authored
Broken link fixed
1 parent c03cce9 commit 708b4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/concept-azure-machine-learning-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You deploy a [registered model](#model-registry) as a service endpoint. You need
192192
* **Scoring code**. This script accepts requests, scores the requests by using the model, and returns the results.
193193
* **Inference configuration**. The inference configuration specifies the environment, entry script, and other components needed to run the model as a service.
194194

195-
For more information about these components, see [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
195+
For more information about these components, see [Deploy models with Azure Machine Learning](../how-to-deploy-managed-online-endpoints.md).
196196

197197
### Endpoints
198198

@@ -286,4 +286,4 @@ To get started with Azure Machine Learning, see:
286286

287287
* [What is Azure Machine Learning?](../overview-what-is-azure-machine-learning.md)
288288
* [Create an Azure Machine Learning workspace](../quickstart-create-resources.md)
289-
* [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)
289+
* [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)

0 commit comments

Comments
 (0)