From 9d37f3be1f3081ad500ebcaacde25d2cbc9dd12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 27 Jun 2022 18:07:00 +0200 Subject: [PATCH] Fix broken link --- docs/creating-a-benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index e180431dc..06b9e17ec 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -6,7 +6,7 @@ nav_order: 5 # Creating a Benchmark -Please note that to simply run a benchmark, it is not required to define one. Theodolite comes with a [set of benchmarks](theodolite-benchmarks), which are ready to be executed. See the [fundamental concepts](benchmarks-and-executions) page to learn more about our distinction between benchmarks and executions. +Please note that to simply run a benchmark, it is not required to define one. Theodolite comes with a [set of benchmarks](theodolite-benchmarks), which are ready to be executed. See the [fundamental concepts](concepts) page to learn more about our distinction between benchmarks and executions. A typical benchmark looks like this: -- GitLab