Skip to content

Commit 6b6c478

Browse files
authored
doc: update library generation howto to use module path (#16034)
1 parent 654d9c4 commit 6b6c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributor/howto-guide-adding-generated-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and add the new service.
9797
Find the list of `.proto` files that will need to be included:
9898

9999
```shell
100-
find "${bazel_output_base}/external/googleapis~/${subdir}" -name '*.proto' -print0 |
100+
find "${bazel_output_base}/external/googleapis+/${subdir}" -name '*.proto' -print0 |
101101
xargs -0 grep -l '^service'
102102
```
103103

0 commit comments

Comments
 (0)