pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
688 stars 31 forks source link

Fixes [BUG](README): Incorrect Hyperlink to LICENSE in README #141 #142

Closed Haleshot closed 2 months ago

Haleshot commented 2 months ago

Description of the change

This PR fixes a broken hyperlink in the README file. The previous hyperlink pointed to a non-existent LICENSE.md file, causing a 404 error. The link has been updated to point to the correct LICENSE file within the repository.

Benefits

This fix ensures that users can access the correct LICENSE information, eliminating 404 errors and improving the overall quality and accuracy of the README file.

Possible drawbacks

None anticipated. This change only corrects a broken hyperlink in the README file and does not alter any functional code or system configurations.

Applicable issues

Fixes

This PR fixes #141, which identified the broken hyperlink in the README file.

Additional information

No additional information required. This fix has been tested to confirm that the updated hyperlink leads to the correct LICENSE file.

Haleshot commented 2 months ago

Thanks!

Could you sign the commit in order to proceed with the merge? You can use the following from your fork:

git commit -s --amend
git push origin main --force-with-lease

LGTM!

Used the command you provided in the block above from my terminal. Do let me know if it is fine now.