diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 3a5b526e..994e1f0d 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -23,7 +23,7 @@ The easiest way to get started with development is to use Visual Studio Code wit **Prerequisites** -- [Docker](https://docs.docker.com/install/) +- [Docker](https://docs.docker.com/get-docker/) - [Visual Studio code](https://code.visualstudio.com/) - [Git](https://git-scm.com/) @@ -61,7 +61,7 @@ sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev li ### Developing on Windows -To develop on Windows, you will need to use the Linux subsystem (WSL). Follow the [WSL installation instructions](https://docs.microsoft.com/windows/wsl/install-win10) and install Ubuntu from the Windows Store. Once you're able to access Linux, follow the Linux instructions. +To develop on Windows, you will need to use the Linux subsystem (WSL). Follow the [WSL installation instructions](https://docs.microsoft.com/windows/wsl/install) and install Ubuntu from the Windows Store. Once you're able to access Linux, follow the Linux instructions. :::tip If you find that you cannot open the development instance via when using WSL, instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ip addr show eth0`. Then use this address, excluding the CIDR block, to access the development instance, i.e. if your `inet` is listed as `172.20.37.6/20`, use .