thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 353 forks source link

Fix OpenCanary docs link #348

Closed gjcthinkst closed 3 months ago

gjcthinkst commented 4 months ago

Proposed changes

Docs link (opencanary.org) was pointing to HTTPS site, but we only serve on HTTP (so the page doesn't load after clicking on the link). Updated the link to point to HTTP, since we immediately redirect to readthedocs.io which is served over HTTPS anyway.

Types of changes

What types of changes does your code introduce to this repository?

gjcthinkst commented 3 months ago

This has been fixed by serving the opencanary.org redirect on HTTPS as well.