Skip to content

Commit e98d053

Browse files
author
Larry Franks
committed
fixing links
1 parent b192392 commit e98d053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Registered models are identified by name and version. Each time you register a m
7979
> * When you use the **Filter by** `Tags` option on the **Models** page of Azure Machine Learning Studio, instead of using `TagName : TagValue`, use `TagName=TagValue` without spaces.
8080
> * You can't delete a registered model that's being used in an active deployment.
8181
82-
For more information, [Work with models in Azure Machine Learning](how-to-manage-model-cli.md).
82+
For more information, [Work with models in Azure Machine Learning](./how-to-manage-models.md).
8383

8484
### Package and debug models
8585

@@ -150,7 +150,7 @@ Machine Learning gives you the capability to track the end-to-end audit trail of
150150
- [Machine Learning datasets](how-to-create-register-datasets.md) help you track, profile, and version data.
151151
- [Interpretability](how-to-machine-learning-interpretability.md) allows you to explain your models, meet regulatory compliance, and understand how models arrive at a result for specific input.
152152
- Machine Learning Job history stores a snapshot of the code, data, and computes used to train a model.
153-
- The [Machine Learning Model Registry](how-to-manage-models?tabs=use-local#create-a-model-in-the-model-registry) captures all the metadata associated with your model. For example, metadata includes which experiment trained it, where it's being deployed, and if its deployments are healthy.
153+
- The [Machine Learning Model Registry](./how-to-manage-models.md?tabs=use-local#create-a-model-in-the-model-registry) captures all the metadata associated with your model. For example, metadata includes which experiment trained it, where it's being deployed, and if its deployments are healthy.
154154
- [Integration with Azure](how-to-use-event-grid.md) allows you to act on events in the machine learning lifecycle. Examples are model registration, deployment, data drift, and training (job) events.
155155

156156
> [!TIP]

0 commit comments

Comments
 (0)