Skip to content

Commit e9e61f2

Browse files
author
Adam McKerlie
authored
Fix docs links (#774)
1 parent 6a7b76b commit e9e61f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ raise ValueError() # Will also create an event.
2424

2525
To learn more about how to use the SDK:
2626

27-
- [Getting started with the new SDK](https://docs.sentry.io/quickstart/?platform=python)
27+
- [Getting started with the new SDK](https://docs.sentry.io/error-reporting/quickstart/?platform=python)
2828
- [Configuration options](https://docs.sentry.io/error-reporting/configuration/?platform=python)
29-
- [Setting context (tags, user, extra information)](https://docs.sentry.io/enriching-error-data/context/?platform=python)
29+
- [Setting context (tags, user, extra information)](https://docs.sentry.io/enriching-error-data/additional-data/?platform=python)
3030
- [Integrations](https://docs.sentry.io/platforms/python/)
3131

3232
Are you coming from raven-python?

0 commit comments

Comments
 (0)