From 35eaae53e1773f275305c09ffd991703846681f5 Mon Sep 17 00:00:00 2001 From: Caio Raposo Date: Tue, 17 Sep 2024 00:44:56 -0300 Subject: [PATCH] Fix link to paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4941f65..d1fb0e7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Dynamic programming examples and benchmarks for the [Hush scripting language.](h ```data/``` - Directory for the CSV files obtained in each benchmark as well as plots. -```artifact/``` - Directory containing artifacts to reproduce the results presented in a [paper](docs/RaposoSBPL24.pdf). +```artifact/``` - Directory containing artifacts to reproduce the results presented in a [paper](./docs/RaposoSBPL24.pdf). ```src/util.hsh``` - Utility functions used throughout different benchmark programs.