Skip to content

Commit ec9c36e

Browse files
authored
Fix absolute link
1 parent 1bfafdd commit ec9c36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-vulnerability-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN conda config --set offline false \
6363
&& conda config --add channels https://my.private.conda.feed/conda/feed \
6464
```
6565

66-
See [use your own dockerfile](https://docs.microsoft.com/azure/machine-learning/how-to-use-environments#use-your-own-dockerfile) to learn how to specify your own base images in Azure Machine Learning. For more details on configuring Conda environments, see [Conda - Creating an environment file manually](https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html#creating-an-environment-file-manually).
66+
See [use your own dockerfile](how-to-use-environments#use-your-own-dockerfile) to learn how to specify your own base images in Azure Machine Learning. For more details on configuring Conda environments, see [Conda - Creating an environment file manually](https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html#creating-an-environment-file-manually).
6767

6868
## Vulnerability management on compute hosts
6969

0 commit comments

Comments
 (0)