From 4e7bb3f46b50b789623e4b3b46135303fdb0ca8c Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Mon, 30 May 2022 11:46:43 +0200 Subject: [PATCH] Update some URLs (#1347) --- docs/development_environment.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .