Skip to content

Commit

Permalink
[cmd/builder] (docs) Fix link to collector builder releases (#8726)
Browse files Browse the repository at this point in the history
With the collector builder now in the same repo as the collector itself,
`/latest` is not a good place to find the latest release of the
collector builder. This change provides a link that finds the desired
release.
  • Loading branch information
myieye authored Oct 23, 2023
1 parent d42d7e8 commit 453a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ There are two supported ways to install the builder: via the official releases (

### Official releases

This is the recommended installation method. Download the binary for your respective platform under the ["Releases"](https://github.com/open-telemetry/opentelemetry-collector/releases/latest) page.
This is the recommended installation method. Download the binary for your respective platform under the ["Releases"](https://github.com/open-telemetry/opentelemetry-collector/releases?q=builder) page.

### `go install`

Expand Down

0 comments on commit 453a427

Please sign in to comment.