From 791f99784652392adf0849e4bc16c38cd7ac4907 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 11 Oct 2021 20:28:34 +0200 Subject: [PATCH] Fix broken link in docs/nomad_usage.md --- docs/nomad_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nomad_usage.md b/docs/nomad_usage.md index eb12c36..7cc2606 100644 --- a/docs/nomad_usage.md +++ b/docs/nomad_usage.md @@ -33,4 +33,4 @@ To reduce the response time in the process of claiming a runner, Poseidon create When a user requests a runner, a runner from this pool can be used. In the background, a new runner is created, thus replenishing the pool. By running in the background, the user does not have to wait as long as the runner needs to start. -The implementation of this concept can be seen in [the Runner Manager](internal/runner/manager.go). +The implementation of this concept can be seen in [the Runner Manager](/internal/runner/manager.go).