fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Attempting to download the .jar file from the project's website results in 501 error. #170

Closed ptaqqqq closed 3 years ago

ptaqqqq commented 4 years ago

When I go to http://fusesource.github.io/jansi/download.html and try to download the .jar files, it gives me 501 HTTPS required error. It can be easily solved by appending "https://" to the beginning of the URL, but I just wanted to let you know that the links require fixing.

gnodet commented 3 years ago

Thx !