Skip to content

Commit 6bc7cad

Browse files
committed
fixed broken links
1 parent 033c0fa commit 6bc7cad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/hpc/06_tools_and_software/01_software_on_greene.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Below is a list of modules and their associated functions:
3232

3333

3434
## Package Management for R, Python, & Julia, and Conda in general
35-
- [Conda environments (Python, R)](../06_tools_and_software/04_conda_environments.md)
36-
- [Using virtual environments for Python](../06_tools_and_software/02_python_packages_with_virtual_environments.md)
37-
- [Managing R packages with renv](../06_tools_and_software/03_r_packages_with_renv.md)
35+
- [Conda environments (Python, R)](../06_tools_and_software/04_conda_environments.mdx)
36+
- [Using virtual environments for Python](../06_tools_and_software/02_python_packages_with_virtual_environments.mdx)
37+
- [Managing R packages with renv](../06_tools_and_software/03_r_packages_with_renv.mdx)
3838

3939
## Examples of software usage on Greene
4040
Examples can be found under `/scratch/work/public/examples/` and include the following

docs/hpc/06_tools_and_software/05_sqlite_handling_large_structured_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ conda will install pre-compiled packages. Which is good (faster) and bad (not fu
7979
:::
8080
8181
:::tip
82-
Alternative: install packages to a local directory or use renv as described in [R Packages with renv](./03_r_packages_with_renv.md)
82+
Alternative: install packages to a local directory or use renv as described in [R Packages with renv](./03_r_packages_with_renv.mdx)
8383
```sh
8484
mkdir /scratch/$USER/projects/myTempProject
8585
cd /scratch/$USER/projects/myTempProject

0 commit comments

Comments
 (0)