Update reference svn path=/trunk/; revision=440
diff --git a/src/jsr311-api/src/javax/ws/rs/Path.java b/src/jsr311-api/src/javax/ws/rs/Path.java index 2e57f7b..2f3f927 100644 --- a/src/jsr311-api/src/javax/ws/rs/Path.java +++ b/src/jsr311-api/src/javax/ws/rs/Path.java
@@ -71,7 +71,7 @@ * <pre> param = "{" *WSP name *WSP [ ":" *WSP regex *WSP ] "}" * name = (ALPHA / DIGIT / "_")*(ALPHA / DIGIT / "." / "_" / "-" ) ; \w[\w\.-]*</pre> * - * <p>See {@link <a href="http://tools.ietf.org/html/rfc2234">RFC 2234</a>} for + * <p>See {@link <a href="http://tools.ietf.org/html/rfc5234">RFC 5234</a>} for * a description of the syntax used above and the expansions of {@code WSP}, * {@code ALPHA} and {@code DIGIT}. In the above {@code name} is the template * parameter name and the optional {@code regex} specifies the contents of the