From bc13e7070d5ac29f790c50a34f989904192e190e Mon Sep 17 00:00:00 2001 From: MatejKastak Date: Thu, 16 Jun 2022 17:08:39 +0200 Subject: [PATCH] Fix link to google files (#392) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5629906..c8d6127 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ poe full-test ### (Re)compiling Google Well-known Types -Betterproto includes compiled versions for Google's well-known types at [betterproto/lib/google](betterproto/lib/google). +Betterproto includes compiled versions for Google's well-known types at [src/betterproto/lib/google](src/betterproto/lib/google). Be sure to regenerate these files when modifying the plugin output format, and validate by running the tests. Normally, the plugin does not compile any references to `google.protobuf`, since they are pre-compiled. To force compilation of `google.protobuf`, use the option `--custom_opt=INCLUDE_GOOGLE`.