Skip to content

Commit 7fbdb6d

Browse files
committed
Fixed links in overview page
1 parent 1e9909b commit 7fbdb6d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

develop-docs/sdk/overview.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Additionally, the following features are highly encouraged:
2828
- Non-blocking event submission
2929
- Context data helpers (e.g. setting the current user, recording breadcrumbs)
3030
- Event sampling
31-
- Honor Sentry’s <Link to="/sdk/rate-limiting/">Rate Limiting</Link> HTTP headers
31+
- Honor Sentry’s <Link to="/sdk/expected-features/rate-limiting/">Rate Limiting</Link> HTTP headers
3232
- Pre and Post event send hooks
3333
- Local variable values in stack trace (on platforms where this is possible)
3434
- Send an `environment` on each event. If none was detected or set by the user, `production` should be used.
3535

36-
<Link to="/sdk/features#features">Please see the features page</Link> for descriptions of commonly expected Sentry SDK features.
36+
Please see the <Link to="/sdk/expected-features#features">expected features page</Link> for descriptions of commonly Sentry SDK features.
3737

3838
## Usage for End-users
3939

@@ -119,8 +119,7 @@ All segments, including PROJECT_ID, are of type String.
119119

120120
Sentry provides the following endpoints:
121121

122-
- <Link to="/sdk/envelopes">/envelope/</Link> for any submission using Envelopes.
123-
- <Link to="/sdk/store">/store/</Link> for plain JSON event submission.
122+
- <Link to="/sdk/data-model/envelopes">/envelope/</Link> for any submission using Envelopes.
124123
- [`/minidump/`](https://docs.sentry.io/platforms/native/minidump/) for multipart requests containing Minidumps.
125124
- [`/unreal/`](https://docs.sentry.io/platforms/unreal/configuration/setup-crashreporter/) for Unreal
126125
Engine 4 crash reports.
@@ -200,7 +199,7 @@ it’s possible to send these values via the querystring:
200199
`sentry_timestamp`
201200

202201
: The unix timestamp representing the time at which this event was generated.
203-
*This key is effectively deprecated, and it is ignored on the receiving side. Use the [`sent_at` envelope header](/sdk/envelopes/#envelope-headers) instead.*
202+
*This key is effectively deprecated, and it is ignored on the receiving side. Use the [`sent_at` envelope header](/sdk/data-model/envelopes/#envelope-headers) instead.*
204203

205204
`sentry_secret`
206205

@@ -333,7 +332,7 @@ server.
333332

334333
SDKs are supposed to provide standardized concurrency handling through the
335334
concept of hubs and scopes. This is explained in more details in the
336-
<Link to="/sdk/unified-api#concurrency">Concurrency</Link> chapter of the unified API docs.
335+
<Link to="/sdk/miscellaneous/unified-api#concurrency">Concurrency</Link> chapter of the unified API docs.
337336

338337
## Layer of Integration
339338

0 commit comments

Comments
 (0)