From 872776cd272a6fa67f8114b39841c6ad15596c96 Mon Sep 17 00:00:00 2001 From: HZ1 Date: Wed, 15 Sep 2021 16:57:28 +0800 Subject: [PATCH] Update README.md Wrong URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6b8e78..1b2caf66 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ If you want to use this library in a CMake project you can use the snippet below ``` FetchContent_Declare(llhttp - URL "https://github.com/nodejs/llhttp/releases/download/v6.0.5/llhttp-release-v6.0.5.tar.gz") # Using version 6.0.5 + URL "https://github.com/nodejs/llhttp/archive/refs/tags/v6.0.5.tar.gz") # Using version 6.0.5 FetchContent_MakeAvailable(llhttp)