From ce18e16476f41ad15b92a0e3b6b22790db13c5da Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Mon, 30 Oct 2023 11:57:30 +0100 Subject: [PATCH] Fix link --- docs/development/contributing/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing/test.md b/docs/development/contributing/test.md index 75ac96d37a9f..cf102f0fdf5c 100644 --- a/docs/development/contributing/test.md +++ b/docs/development/contributing/test.md @@ -105,7 +105,7 @@ The benchmark is somewhat cumbersome to run locally. You must first generate the Make sure to install a release build of Polars before running the benchmark to guarantee the best results. -Refer to the [benchmark workflow](/.github/workflows/benchmark.yml) for detailed steps. +Refer to the [benchmark workflow](https://github.com/pola-rs/polars/blob/main/.github/workflows/benchmark.yml) for detailed steps. ### Running other benchmark tests