From aa82080a149f4977719e7dd8cd5da2fbf79c3400 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Mon, 6 May 2024 10:37:26 -0400 Subject: [PATCH] urls javascript --- collections/developers/proxy/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/developers/proxy/setup.md b/collections/developers/proxy/setup.md index 00b55bb..f8d74e2 100644 --- a/collections/developers/proxy/setup.md +++ b/collections/developers/proxy/setup.md @@ -20,7 +20,7 @@ To install Golang, you can follow the official [guide](https://go.dev/doc/instal ## Docker -Docker is useful for running the TFGridDb in container environment. Read this to [install Docker engine](system_administrators@@docker_basics.md#install-docker-desktop-and-docker-engine). +Docker is useful for running the TFGridDb in container environment. Read this to [install Docker engine](system_administrators@@docker_basics#install-docker-desktop-and-docker-engine). Note: it will be necessary to follow step #2 in the previous article to run docker without sudo. if you want to avoid that. edit the docker commands in the `Makefile` and add sudo.