Skip to content

Commit

Permalink
Correct link to sentry-cabi/README.md (#775)
Browse files Browse the repository at this point in the history
#skip-changelog
  • Loading branch information
kamilogorek committed Mar 24, 2023
1 parent b757c00 commit f503de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ make lint
```

Most likely, new functionality also needs to be added to the Python package. This first requires to
expose new functions in the C ABI. For this, refer to the [Symbolic C-ABI readme](cabi/README.md).
expose new functions in the C ABI. For this, refer to the [Symbolic C-ABI readme](sentry-cabi/README.md).

We highly recommend to develop and test the python package in a **virtual environment**. Once the
ABI has been updated and tested, ensure the virtualenv is active and install the package, which
Expand Down

0 comments on commit f503de4

Please sign in to comment.