ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
378 stars 92 forks source link

fix: broken link to sample app in README #267

Closed S-ecki closed 5 months ago

S-ecki commented 5 months ago

:scroll: Description

A link in the README of the feedback package was broken, linking to a non-existent GitHub page (see screenshot below).

The link was: https://github.com/ueman/feedback/blob/master/example/lib/main.dart And the correct one would be: https://github.com/ueman/feedback/blob/master/feedback/example/lib/main.dart

:bulb: Motivation and Context

Position of broken link on page

Screenshot 2024-02-07 at 11 43 38

Result when clicking link

image

:green_heart: How did you test it?

Manually

:pencil: Checklist

:crystal_ball: Next steps

ueman commented 5 months ago

Thanks!