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,