Skip to content

Commit

Permalink
Update README.md (#134)
Browse files Browse the repository at this point in the history
Fixed a broken link to the example directory.
  • Loading branch information
knylander-grafana authored Oct 28, 2024
1 parent 3e1239e commit 574b951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For more information, please visit our [golang integration documentation](https:

## Profiling Go applications

To start profiling a Go application, you need to include our go module in your app:
To start profiling a Go application, you need to include our Go module in your app:

```
go get github.com/grafana/pyroscope-go
Expand Down Expand Up @@ -75,7 +75,7 @@ import _ "net/http/pprof"

## Examples

Check out the [examples](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/go_pull/) directory in our repository to learn more 🔥
Check out the [examples](https://github.com/grafana/pyroscope-go/tree/main/example) directory in our repository to learn more. 🔥

## Maintainers

Expand Down

0 comments on commit 574b951

Please sign in to comment.