Skip to content

Commit

Permalink
docs: replace "http://sentry.io" with "https://sentry.io" (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Oct 12, 2022
1 parent 56810ff commit 72dfc83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ That will give you native crash support (for Android and iOS), [release health](

#### Usage

- Sign up for a Sentry.io account and get a DSN at http://sentry.io.
- Sign up for a Sentry.io account and get a DSN at https://sentry.io.

- Follow the installing instructions on [pub.dev](https://pub.dev/packages/sentry/install).

Expand Down
2 changes: 1 addition & 1 deletion dio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Integration for the [`dio`](https://pub.dev/packages/dio) package.

#### Usage

- Sign up for a Sentry.io account and get a DSN at http://sentry.io.
- Sign up for a Sentry.io account and get a DSN at https://sentry.io.

- Follow the installing instructions on [pub.dev](https://pub.dev/packages/sentry/install).

Expand Down
2 changes: 1 addition & 1 deletion flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It will capture errors in the native layer, including (Java/Kotlin/C/C++ for And

#### Usage

- Sign up for a Sentry.io account and get a DSN at http://sentry.io.
- Sign up for a Sentry.io account and get a DSN at https://sentry.io.

- Follow the installing instructions on [pub.dev](https://pub.dev/packages/sentry_flutter/install).

Expand Down
2 changes: 1 addition & 1 deletion logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Integration for the [`logging`](https://pub.dev/packages/logging) package.

#### Usage

- Sign up for a Sentry.io account and get a DSN at http://sentry.io.
- Sign up for a Sentry.io account and get a DSN at https://sentry.io.

- Follow the installing instructions on [pub.dev](https://pub.dev/packages/sentry/install).

Expand Down

0 comments on commit 72dfc83

Please sign in to comment.