Skip to content

Commit

Permalink
docs: Fix MD034 Bare URL used in Changelog (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 20, 2020
1 parent db68ac7 commit e05d6ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export SENTRY_PROPERTIES=sentry.properties

## v0.31.0

- Use https://github.com/getsentry/sentry-wizard for setup process
- Use <https://github.com/getsentry/sentry-wizard> for setup process

## v0.30.3

Expand Down Expand Up @@ -498,7 +498,7 @@ We are looking into ways making this more stable and plan to re-enable it again

## v0.24.2

- Fixed https://github.com/getsentry/react-native-sentry/issues/241
- Fixed <https://github.com/getsentry/react-native-sentry/issues/241>

## v0.24.1

Expand Down Expand Up @@ -753,7 +753,7 @@ Update Podspec to use `Sentry/KSCrash`

## v0.11.5

- Fix https://github.com/getsentry/react-native-sentry/issues/77
- Fix <https://github.com/getsentry/react-native-sentry/issues/77>

## v0.11.4

Expand All @@ -775,13 +775,13 @@ Update Podspec to use `Sentry/KSCrash`

This is a big release because we switched our internal iOS client from swift to objc which drastically improve the setup experience and compatibility.

We also added support for codepush, please check the docs https://docs.sentry.io/clients/react-native/codepush/ for more information.
We also added support for codepush, please check the docs <https://docs.sentry.io/clients/react-native/codepush/> for more information.

After updating run `react-native unlink react-native-sentry` and `react-native link react-native-sentry` again in order to setup everything correctly.

## v0.10.0

- Greatly improved the linking process. Check out our docs for more information https://docs.sentry.io/clients/react-native/
- Greatly improved the linking process. Check out our docs for more information <https://docs.sentry.io/clients/react-native/>

## v0.9.1

Expand Down Expand Up @@ -852,7 +852,7 @@ Alot of API changes to more like `raven-js`

## v0.5.0

- Added support for installation with cocoapods see https://docs.sentry.io/clients/react-native/#setup-with-cocoapods
- Added support for installation with cocoapods see <https://docs.sentry.io/clients/react-native/#setup-with-cocoapods>
- Lowered minimum version requirement for `react-native` to `0.38.0`

## v0.4.0
Expand Down

0 comments on commit e05d6ae

Please sign in to comment.