From 8742e3645ce9a73076a0c9b91a6876546fd97230 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:50:06 +0100 Subject: [PATCH] Docs, js - typo in path --- docs/_static/js/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/js/benchmark.js b/docs/_static/js/benchmark.js index fce8d5aa1..da44b43a9 100644 --- a/docs/_static/js/benchmark.js +++ b/docs/_static/js/benchmark.js @@ -25,7 +25,7 @@ function getDataSource(selectEnv, dirName) { // Paths are relative to the only file using this script, which is docs/01_tutorials/06_benchmark.rst $schema: "https://vega.github.io/schema/vega-lite/v5.json", data: { - url: "../../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json" + url: "../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json" }, mark: "line", height: 400,