From b9600589914a6ea5f99d5108d8ba68bb336e8499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 19 Oct 2022 20:00:55 +0200 Subject: [PATCH] Fix wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61a047b03..a93be9469 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Documentation on Theodolite itself as well as regarding its benchmarking method * Theodolite's Helm chart and templates are maintained in [`helm`](helm). * We provide Juptyer notebooks for analyzing and visualizing the results of benchmark executions in [`analysis`](analysis). * Theodolite comes with 4 application benchmarks, which are based on typical use cases for stream processing within microservices. Implementations of these benchmarks with several state-of-the art stream processing frameworks as well as corresponding load generators can be found in [`theodolite-benchmarks`](theodolite-benchmarks). This includes both the source code of the implementations as well as benchmark definitions for Theodolite in [`theodolite-benchmarks/definitions`](theodolite-benchmarks/definitions). -* The source code of Theodolite's SLO checkers are located in [`slo-checker`](theodolite-slo-checker). +* The source code of Theodolite's SLO checkers are located in [`slo-checker`](slo-checker). * The documentation, which is hosted on [theodolite.rocks](https://www.theodolite.rocks), is located in [`docs`](docs). ## How to Cite -- GitLab