diff --git a/docs/wrapping-upb.md b/docs/wrapping-upb.md index 6a98c2268a..5f2dddc554 100644 --- a/docs/wrapping-upb.md +++ b/docs/wrapping-upb.md @@ -235,7 +235,7 @@ APIs to do this do not exist yet. To use MiniTable-based access: 1. Load and access MiniDescriptors data using the interfaces in upb/mini_table.h. -2. Access message data using the interfaces in upb/msg_accessors.h. +2. Access message data using the interfaces in upb/message/accessors.h. ## Memory Management