riplink
riplink copied to clipboard
Find dead links on the web.
This PR colorizes status codes outputted by riplink, makes it way better to identify dead links. + Green - 200 + Red - 400-500
This bug was discovered here: https://github.com/simplesamlphp/simplesamlphp/issues/611 Basically, I believe our code is making relative links relative to the hostname instead of the hostname + directory of the current URL.
Used the specified installation method with the following result: C:\Users\sooth> go version go version go1.20.5 windows/amd64 C:\Users\sooth>go get github.com/mschwager/riplink go: go.mod file not found in current directory or any parent...