transloadit / uppy

The next open source file uploader for web browsers :dog:
https://uppy.io
MIT License
29.23k stars 2.01k forks source link

Fix links #5492

Closed anthony0030 closed 3 weeks ago

anthony0030 commented 1 month ago

1) Adds sript to find broken links 2) Fixes links

cd uppy
./bin/check-broken-links.sh

The broken links will be written to uppy/link_check_log.txt

This script has been tested on Mac OS only.

github-actions[bot] commented 1 month ago
Diff output files ```diff No diff ``` The following build files have been modified and might affect the actual diff: ``` bin/check-broken-links.sh ```
anthony0030 commented 3 weeks ago

Hi @Murderlon, I removed the script from the pull request.