Skip to content

Commit bd2bf75

Browse files
committed
DVRL-355 - fixing links
1 parent e71ed72 commit bd2bf75

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ The [Buf CLI](cli) is the all-in-one Protobuf toolchain that underlies the entir
1010

1111
## Integrations
1212

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.
1414

1515
[buf]: https://buf.build
16-
[cli]: (./cli)
17-
[integrations]: (./integrations)
1816
[docs]: https://buf.build/docs

cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The Buf CLI is a helpful tool for managing Protobuf schemas. This directory supp
1414

1515
## Remote plugin execution
1616

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).
1818

1919
## Managed mode
2020

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.
2222

2323
## Breaking change detection
2424

0 commit comments

Comments
 (0)