From 1b242927beff1647002dee4358eec23e51e345d9 Mon Sep 17 00:00:00 2001 From: Valentin Aebi <79509108+ValentinAebi@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:51:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3837a9..34acf10 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ to write the recorded events to a JSON file. ### TraceElements The [traceElements](./traceElements) module, written in Scala 2 (because of issues with the JSON library), contains the -[`TraceElement`](./traceElements/TraceElement.scala) algebraic data type, which represents the events saved by the tracer. +[`TraceElement`](./traceElements/src/main/scala/TraceElement.scala) algebraic data type, which represents the events saved by the tracer. It also contains a parser that handles the JSON file written by the `___JumboTracer___` class.