desktop: settings: update link to proxy settings

Use a relative link to the markdown file to allow IDEs to verify the
link and anchor.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-07-15 11:39:23 +02:00
parent ed272c57bb
commit ed76ad635f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ HTTP_PROXY=http://proxy.example.com:3128
```
For more information on configuring the Docker CLI to automatically set proxy variables for both `docker run` and `docker build`
see [Configure the Docker client](/network/proxy#configure-the-docker-client).
see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
### Network

View File

@ -121,7 +121,7 @@ of the form `http://username:password@proxy:port`.
HTTP/HTTPS traffic from image builds and running containers is forwarded transparently to the same
upstream proxy used for logging in and image pulls.
If you want to override this behaviour and use different HTTP/HTTPS proxies for image builds and
running containers, see [Configure the Docker client](/network/proxy#configure-the-docker-client).
running containers, see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY` environment variable.

View File

@ -136,7 +136,7 @@ If the host uses a more sophisticated HTTP/HTTPS configuration, enable **Manual
of the form `http://username:password@proxy:port`.
The HTTP/HTTPS proxy settings used for fetching artifacts during builds and for running containers
are set via the `.docker/config.json` file, see [Configure the Docker client](/network/proxy#configure-the-docker-client).
are set via the `.docker/config.json` file, see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY` environment variable.