Added links to wiki for EncodeHtmlEntities, EncodeUnicode and EncodeUrl

This commit is contained in:
Erik C. Thauvin 2023-03-18 21:39:41 -07:00
parent ea941d2200
commit 2297011feb
5 changed files with 14 additions and 23 deletions

View file

@ -32,6 +32,7 @@ import rife.tools.StringUtils;
* </pre>
*
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.EncodeUrl">rife.render.EncodeUrl</a>
* @see StringUtils#encodeUrl(String)
* @since 1.0
*/