From 11f835ecc56e373bed0357129eb8a00acf0583a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 7 Jan 2021 12:41:19 +0100
Subject: [PATCH] Minor docs clarification

---
 execution/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/execution/README.md b/execution/README.md
index 4630bffe6..e8c9d4546 100644
--- a/execution/README.md
+++ b/execution/README.md
@@ -166,8 +166,8 @@ A [local volume](https://kubernetes.io/docs/concepts/storage/volumes/#local) is
 access (e.g. via SSH) to one of your cluster nodes.
 
 You first need to create a directory on a selected node where all benchmark results should be stored. Next, modify
-`infrastructure/kubernetes/volume-local.yaml` by setting `<node-name>` to your selected node (this node will most
-likely also execute the job). Further, you have to set `path` to the directory on the node you just created. To deploy
+`infrastructure/kubernetes/volume-local.yaml` by setting `<node-name>` to your selected node. (This node will most
+likely also execute the [Theodolite job](#Execution).) Further, you have to set `path` to the directory on the node you just created. To deploy
 you volume run:
 
 ```sh
-- 
GitLab