ubuntu / ubuntu-report

Report hardware and other collected metrics like installer or upgrade information
GNU General Public License v3.0
68 stars 29 forks source link

Fixing Travis CI Badge URL redirection issue in README file #46

Open ibilalkayy opened 1 year ago

ibilalkayy commented 1 year ago

I noticed that the URL for the Travis CI badge in the README file is not working as expected. When clicked, the URL redirects to the Travis CI domain instead of showing an image of the build and test status.

To fix this issue, I sent a PR and updated the URL to point to the correct .com domain, and added the missing closing parenthesis.

I also added an SVG image to display the build and test status directly in the README file.

Thank you!