urls javascript

This commit is contained in:
Mik-TF
2024-05-06 10:34:37 -04:00
parent 88ce926fc8
commit 088f111774
9 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ The TFGrid client Proxy acts as an interface to access information about the gri
The proxy is used as the backend of several threefold projects like:
- [Dashboard](../../dashboard/dashboard.md)
- [Dashboard](dashboard@@dashboard)
<!-- Usage -->

View File

@@ -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/computer_it_basics/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.md#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.