You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ The [Buf CLI](cli) is the all-in-one Protobuf toolchain that underlies the entir
10
10
11
11
## Integrations
12
12
13
-
[Integration examples][integrations] contains example code supporting Buf's documentation for integrations with CI/CD pipelines, build systems, and other facets of your toolchain.
13
+
[Integration examples](integrations) contains example code supporting Buf's documentation for integrations with CI/CD pipelines, build systems, and other facets of your toolchain.
Copy file name to clipboardExpand all lines: cli/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The Buf CLI is a helpful tool for managing Protobuf schemas. This directory supp
14
14
15
15
## Remote plugin execution
16
16
17
-
[Example code](./breaking-change-detection) for [remote plugin execution][remote] provides an example of code generation using plugins hosted on the Buf Schema Registry (BSR).
17
+
[Example code](./plugin-execution-remote) for [remote plugin execution][remote] provides an example of code generation using plugins hosted on the Buf Schema Registry (BSR).
18
18
19
19
## Managed mode
20
20
21
-
[Example code](./managed-mode/) for [generating code stubs using managed mode][managed] provides an example of controlling file and field options without adding language-specific options to Protobuf files.
21
+
[Example code](./managed-mode) for [generating code stubs using managed mode][managed] provides an example of controlling file and field options without adding language-specific options to Protobuf files.
0 commit comments