Skip to content

Commit

Permalink
meta: Fix docs links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng authored May 11, 2021
1 parent 393822b commit 2d3efdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Sentry.init({ dsn: '___PUBLIC_DSN___' });

## Documentation

* [Installation](https://docs.sentry.io/clients/cordova/#installation)
* [Using Sentry with Ionic](https://docs.sentry.io/clients/cordova/ionic/)
* [Documentation](https://docs.sentry.io/clients/cordova/)
* [Installation](https://docs.sentry.io/platforms/javascript/guides/cordova/#install)
* [Using Sentry with Ionic](https://docs.sentry.io/platforms/javascript/guides/cordova/ionic/)
* [Documentation](https://docs.sentry.io/platforms/javascript/guides/cordova/)

0 comments on commit 2d3efdc

Please sign in to comment.