From 30a40eefe5955c1f108376b7b97ba79be9fa6aa8 Mon Sep 17 00:00:00 2001 From: pbatg <23102240+pbatg@users.noreply.github.com> Date: Tue, 14 May 2024 08:13:33 -0700 Subject: [PATCH] Fixed broken link in upb README.md (#16717) I noticed this link was broken. I'm not familiar with the project, but the code in https://github.com/protocolbuffers/protobuf/tree/main/upb/python does appear to import upb headers, so I think it's the right URL. Closes #16717 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16717 from pbatg:patch-1 c9e654308dac1cf29958ebfc5d50cb5e5260d520 PiperOrigin-RevId: 633589882 --- upb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upb/README.md b/upb/README.md index a0c6849eca..61eaddd554 100644 --- a/upb/README.md +++ b/upb/README.md @@ -8,7 +8,7 @@ in C. upb is the core runtime for protobuf languages extensions in [Ruby](https://github.com/protocolbuffers/protobuf/tree/main/ruby), [PHP](https://github.com/protocolbuffers/protobuf/tree/main/php), and -[Python](https://github.com/protocolbuffers/protobuf/tree/main/upb/python). +[Python](https://github.com/protocolbuffers/protobuf/tree/main/python). While upb offers a C API, the C API & ABI **are not stable**. For this reason, upb is not generally offered as a C library for direct consumption, and there