Skip to content

Commit

Permalink
Fixed broken links (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutachaos authored Jan 19, 2023
1 parent 4fad7b7 commit d787fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ More on this in the [Configuration section of the official Sentry Go SDK documen

The SDK supports reporting errors and tracking application performance.

To get started, have a look at one of our [examples](example/):
- [Basic error instrumentation](example/basic/main.go)
- [Error and tracing for HTTP servers](example/http/main.go)
To get started, have a look at one of our [examples](_examples/):
- [Basic error instrumentation](_examples/basic/main.go)
- [Error and tracing for HTTP servers](_examples/http/main.go)

We also provide a [complete API reference](https://pkg.go.dev/github.com/getsentry/sentry-go).

Expand Down

0 comments on commit d787fe5

Please sign in to comment.