Skip to content

Commit 2a15bf7

Browse files
committed
fix broken links
1 parent 4aecbfd commit 2a15bf7

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,9 @@ capture_message("Hello World") # Will create an event.
2222
raise ValueError() # Will also create an event.
2323
```
2424

25-
To learn more about how to use the SDK:
26-
27-
- [Getting started with the new SDK](https://docs.sentry.io/error-reporting/quickstart/?platform=python)
28-
- [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/additional-data/?platform=python)
30-
- [Integrations](https://docs.sentry.io/platforms/python/)
31-
32-
Are you coming from raven-python?
33-
34-
- [Cheatsheet: Migrating to the new SDK from Raven](https://docs.sentry.io/platforms/python/migration/)
35-
36-
To learn about internals:
37-
38-
- [API Reference](https://getsentry.github.io/sentry-python/)
25+
- To learn more about how to use the SDK [refer to our docs](https://docs.sentry.io/platforms/python/)
26+
- Are you coming from raven-python? [Use this cheatcheet](https://docs.sentry.io/platforms/python/migration/)
27+
- To learn about internals use the [API Reference](https://getsentry.github.io/sentry-python/)
3928

4029
# Contributing to the SDK
4130

0 commit comments

Comments
 (0)