Skip to content

Commit 825b2a7

Browse files
authored
fix: broken link to sample app in README (#267)
1 parent 54c9bae commit 825b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedback/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ BetterFeedback.of(context).showAndUploadToSentry(
141141
| Firebase | [Firestore](https://pub.dev/packages/cloud_firestore), [Cloud Storage](https://pub.dev/packages/firebase_storage), [Database](https://pub.dev/packages/firebase_database)
142142
| Jira | Jira has a [REST API to create issues and upload files](https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples) |
143143
| Trello | Trello has a [REST API to create issues and upload files](https://developer.atlassian.com/cloud/trello/rest/api-group-actions/) |
144-
| E-Mail | You can use the users email client like [in the sample app](https://github.com/ueman/feedback/blob/master/example/lib/main.dart) to send feedback to yourself using the [flutter_email_sender](https://pub.dev/packages/flutter_email_sender) plugin. |
144+
| E-Mail | You can use the users email client like [in the sample app](https://github.com/ueman/feedback/blob/master/feedback/example/lib/main.dart#L147-L160) to send feedback to yourself using the [flutter_email_sender](https://pub.dev/packages/flutter_email_sender) plugin. |
145145

146146
If you have sample code on how to upload it to a platform, I would appreciate a pull request to the example app.
147147

0 commit comments

Comments
 (0)