From a090a31e43bb517e97d1d6ffa1be33773d3159b1 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 28 Jan 2025 10:01:48 +0900 Subject: [PATCH] Fix path --- cpp/thirdparty/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/thirdparty/README.md b/cpp/thirdparty/README.md index 830371bad8a92..32b216861f1e3 100644 --- a/cpp/thirdparty/README.md +++ b/cpp/thirdparty/README.md @@ -30,12 +30,12 @@ There is a convenient script that update versions in `versions.txt` to the latest version automatically. You can use it like the following: ```console -dev/release/update.rb PRODUCT_PATTERN1 PRODUCT_PATTERN2 ... +cpp/thirdparty/update.rb PRODUCT_PATTERN1 PRODUCT_PATTERN2 ... ``` For example, you can update AWS SDK for C++ related products' versions by the following command line: ```console -dev/release/update.rb "AWS*" "S2N*" +cpp/thirdparty/update.rb "AWS*" "S2N*" ```