From e9558d3f784b4378f7bab5cf8a83941452b98f97 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 19 Feb 2024 13:42:02 +0100 Subject: [PATCH] docs: fix the license URL of QATzip (#32462) Signed-off-by: Michael Kaufmann Co-authored-by: Michael Kaufmann --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 91b635e1a8cd..42ff52c85dc3 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -464,7 +464,7 @@ REPOSITORY_LOCATIONS_SPEC = dict( extensions = ["envoy.compression.qatzip.compressor"], cpe = "N/A", license = "BSD-3-Clause", - license_url = "https://github.com/intel/QATzip/blob/{version}/LICENSE", + license_url = "https://github.com/intel/QATzip/blob/v{version}/LICENSE", ), com_github_luajit_luajit = dict( project_name = "LuaJIT",