From 5c5c8ed6a6e8195e6f7916ca739ddb9b3754db23 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Sun, 17 Mar 2024 09:01:49 +0000 Subject: [PATCH] Fix the link to the Python wrapper. Change-Id: I9fdb4ce637857acb6d7c9979a910bf35db99fa75 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62870 Reviewed-by: Alex Chernyakhovsky Reviewed-by: Paul Wankadia --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 469d6f397..21a4358c8 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ under the BSD-style license found in the LICENSE file. RE2's native language is C++. -The Python wrapper is at https://github.com/google/re2/tree/abseil/python +The Python wrapper is at https://github.com/google/re2/tree/main/python and on PyPI (https://pypi.org/project/google-re2/). A C wrapper is at https://github.com/marcomaggi/cre2/.