diff --git a/docs/computer/packagemanager.md b/docs/computer/packagemanager.md index 59b18fc..35dd23e 100644 --- a/docs/computer/packagemanager.md +++ b/docs/computer/packagemanager.md @@ -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. diff --git a/docs/computer/perfectsetup.md b/docs/computer/perfectsetup.md index f0217a2..0f95b57 100644 --- a/docs/computer/perfectsetup.md +++ b/docs/computer/perfectsetup.md @@ -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) diff --git a/docs/computer/terminal.md b/docs/computer/terminal.md index 4fdcba0..5cb345a 100644 --- a/docs/computer/terminal.md +++ b/docs/computer/terminal.md @@ -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