Skip to content

Commit

Permalink
Fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Sep 9, 2024
1 parent 8e09380 commit bba60c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/computer/packagemanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Different operating systems have different package managers.

=== ":simple-linux: Linux"

This tab is geared towards Geomatics students using Ubuntu (under [Windows Subsystem for Linux](wsl.md)). If you're using another distro, we recommend finding a package management guide specific to that distro.
This tab is geared towards Geomatics students using Ubuntu (under [Windows Subsystem for Linux](../linux/wsl.md)). If you're using another distro, we recommend finding a package management guide specific to that distro.

Ubuntu comes installed with the `apt` package manager. It has a huge collection of available packages.

Expand Down
2 changes: 1 addition & 1 deletion docs/computer/perfectsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

=== ":material-microsoft-windows: Windows"
- **Package manager**: [Chocolatey](https://community.chocolatey.org/) to easily install packages without having to click
- [WSL](wsl.md) is really important to be able to run Linux
- [WSL](../linux/wsl.md) is really important to be able to run Linux
- **Python**: [PyCharm](https://www.jetbrains.com/pycharm-edu/) as IDE; [Python Package Index (PyPI)](https://pypi.org/) as package manager; [pyenv-win](https://github.com/pyenv-win/pyenv-win) as environment manager
- **C++**: [CLion](https://www.jetbrains.com/clion/) as IDE; brew as package manager; [CMake](../cpp/cmake.md) as builder
- **GIS**: [QGIS](https://www.qgis.org/en/site/forusers/download.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/computer/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It's often a quicker and more precise way to interact with the computer, and it

!!! note
Observe that the commands for the PowerShell and those of macOS/Linux will differ slightly.
For Windows, you can always install [WSL](wsl.md) and use the Linux terminal.
For Windows, you can always install [WSL](../linux/wsl.md) and use the Linux terminal.


## Basic (bash) commands
Expand Down

0 comments on commit bba60c4

Please sign in to comment.