Skip to content

Commit 68b59e9

Browse files
committed
fix errors
1 parent 69bf7a8 commit 68b59e9

File tree

2 files changed

+2
-181
lines changed

2 files changed

+2
-181
lines changed

articles/machine-learning/how-to-train-with-custom-image.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

articles/machine-learning/v1/how-to-train-with-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Run the code on either of these environments:
3030
* Your own Jupyter Notebook server:
3131
* Create a [workspace configuration file](../how-to-configure-environment.md#local-and-dsvm-only-create-a-workspace-configuration-file).
3232
* Install the [Azure Machine Learning SDK](/python/api/overview/azure/ml/install).
33-
* Create an [Azure container registry](container-registry/index.yml) or other Docker registry that's available on the internet.
33+
* Create an [Azure container registry](../../container-registry/index.yml) or other Docker registry that's available on the internet.
3434

3535
## Set up a training experiment
3636

@@ -113,7 +113,7 @@ You need to create a [compute target](concept-azure-machine-learning-architectur
113113

114114
Creation of `AmlCompute` takes a few minutes. If the `AmlCompute` resource is already in your workspace, this code skips the creation process.
115115

116-
As with other Azure services, there are limits on certain resources (for example, `AmlCompute`) associated with the Azure Machine Learning service. For more information, see [Default limits and how to request a higher quota](how-to-manage-quotas.md).
116+
As with other Azure services, there are limits on certain resources (for example, `AmlCompute`) associated with the Azure Machine Learning service. For more information, see [Default limits and how to request a higher quota](../how-to-manage-quotas.md).
117117

118118
```python
119119
from azureml.core.compute import ComputeTarget, AmlCompute

0 commit comments

Comments
 (0)