Skip to content

Commit 033c0fa

Browse files
committed
fixed broken links
1 parent a084758 commit 033c0fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/06_tools_and_software/04_conda_environments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, Conda has a significantly larger number of pre-compiled packages.
2424

2525
### Disadvantages
2626

27-
- Conda does not take advantage of packages already installed in the system (while [virtualenv and venv](./02_python_packages_with_virtual_environments.md) do)
27+
- Conda does not take advantage of packages already installed in the system (while [virtualenv and venv](./02_python_packages_with_virtual_environments.mdx) do)
2828
- As you will see below, you may need to do additional steps to keep track of all installed packages (including those installed by pip and/or install.packages)
2929

3030
::::warning[Automatic deletion of your files]
@@ -241,7 +241,7 @@ The command `conda list --export` will not include packages installed by `instal
241241

242242
#### `renv`
243243

244-
Please see details of using `renv` with conda for reproducibilty on [R packages with `renv`](./03_r_packages_with_renv.md).
244+
Please see details of using `renv` with conda for reproducibilty on [R packages with `renv`](./03_r_packages_with_renv.mdx).
245245

246246
## Use conda env in a batch script
247247
The part of the batch script that will call the command should look like:

0 commit comments

Comments
 (0)