goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.5k stars 470 forks source link

goss.rocks/install redirects to "old" URL #910

Closed dklimpel closed 1 month ago

dklimpel commented 1 month ago

Describe the bug

The setup link https://goss.rocks/install redirects to the "old" repo name: https://raw.githubusercontent.com/aelsabbahy/goss/master/install.sh

It has no impact to the content and is not a real bug.

How To Reproduce

Check redirect headers: https://securityheaders.com/?q=goss.rocks%2Finstall

Expected Behavior

Redirect to https://raw.githubusercontent.com/goss-org/goss/master/install.sh

aelsabbahy commented 1 month ago

Good catch, I'll fix this next week

aelsabbahy commented 1 month ago

Done, feel free to reopen if I'm mistaken.

Root: https://goss.rocks ->

https://github.com/goss-org/goss

Install: https://goss.rocks/install ->

https://raw.githubusercontent.com/goss-org/goss/master/install.sh