OWASP / owasp-java-encoder

The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting!
https://owasp.org/www-project-java-encoder/
BSD 3-Clause "New" or "Revised" License
483 stars 112 forks source link

Javadoc link is broken #53

Closed rob-dotmatics closed 2 years ago

rob-dotmatics commented 2 years ago

The Javadoc link in the Getting Started section of the main project page at https://owasp.org/www-project-java-encoder/ seems to be broken. Does the project still intend to host Javadoc on github.io or should the copy at https://javadoc.io/doc/org.owasp.encoder/encoder/latest/index.html be used instead?

jmanico commented 2 years ago

Noted, I'll get this fixed soon

jmanico commented 2 years ago

For now I am just going top link to https://javadoc.io/doc/org.owasp.encoder/encoder/latest/index.html is that acceptable?

jmanico commented 2 years ago

This fix is live, if I did not fix this as you wanted, please re-open or add more comments here.

rob-dotmatics commented 2 years ago

Looks good, thank you 👍