Skip to content

Commit ea50ad3

Browse files
committed
Fix broken link
1 parent 5dd3a31 commit ea50ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ This script is handy when you derive a new Dockerfile from this image and instal
238238

239239
## Conda Environments
240240

241-
The default Python 3.x [Conda environment](https://conda.io/projects/conda/en/latest/user-guide/concepts/environments.html) resides in `/opt/conda`.
241+
The default Python 3.x [Conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html) resides in `/opt/conda`.
242242
The `/opt/conda/bin` directory is part of the default `jovyan` user's `${PATH}`.
243243
That directory is also searched for binaries when run using `sudo` (`sudo my_binary` will search for `my_binary` in `/opt/conda/bin/`
244244

0 commit comments

Comments
 (0)