From 229c9144ddfc4fe935fcc1637541daa6194d796e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 5 Dec 2015 02:23:45 -0800 Subject: [PATCH] Added JSP reference. --- README.html | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 8e742df..ea0b7e0 100644 --- a/README.html +++ b/README.html @@ -49,7 +49,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

HttpStatus JSP Tag Library

-

A simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.

+

A simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.


For example:

<%@ page isErrorPage="true" %>
diff --git a/README.md b/README.md
index 037608b..0de6239 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 #  HttpStatus JSP Tag Library
 
-A simple JSP Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
+A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
 
 ----