Skip to content

Commit 5fd237c

Browse files
authored
fix(go): fix wrong redirect and typo in Go fiber docs (#12627)
1 parent 657da84 commit 5fd237c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/platforms/go/guides/fiber/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: Fiber
33
description: "Learn how to add Sentry instrumentation to programs using the Fiber package."
44
---
55

6-
package.
7-
86
The Sentry Go SDK repository has a [complete
97
example](https://github.com/getsentry/sentry-go/tree/master/_examples/fiber)
10-
of how to set up Sentry for a Fiber app.
8+
of how to set up Sentry for a Fiber app.
119

1210
For additional reference, see the [`sentryfiber` API
1311
documentation](https://godoc.org/github.com/getsentry/sentry-go/fiber).
@@ -20,8 +18,6 @@ go get github.com/getsentry/sentry-go/fiber
2018

2119
<Break />
2220

23-
<SignInNote />
24-
2521
```go
2622
import (
2723
"fmt"

src/middleware.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,10 +3242,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
32423242
from: '/accounts/require-2fa/',
32433243
to: '/organization/authentication/two-factor-authentication/',
32443244
},
3245-
{
3246-
from: '/platforms/go/guides/fiber/',
3247-
to: '/platforms/go/',
3248-
},
32493245
{
32503246
from: '/platforms/go/guides/fiber/user-feedback/configuration/',
32513247
to: '/platforms/go/user-feedback/',

0 commit comments

Comments
 (0)