Skip to content

Commit 60c1d1b

Browse files
committed
Update URLs
Signed-off-by: Mario Daniel Ruiz Saavedra <desiderantes93@gmail.com>
1 parent 4bf1907 commit 60c1d1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spring-web/src/main/java/org/springframework/http/HttpHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class HttpHeaders implements Serializable {
133133
/**
134134
* The HTTP {@code Accept-Query} header field name.
135135
* @since 7.1
136-
* @see <a href="https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html">IETF Draft</a>
136+
* @see <a href="https://www.rfc-editor.org/rfc/rfc10008.html#section-3">Section 3 of RFC 10008</a>
137137
*/
138138
public static final String ACCEPT_QUERY = "Accept-Query";
139139
/**

spring-web/src/main/java/org/springframework/http/HttpMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public final class HttpMethod implements Comparable<HttpMethod>, Serializable {
8888
/**
8989
* The HTTP method {@code QUERY}.
9090
* @since 7.1
91-
* @see <a href="https://www.rfc-editor.org/rfc/rfc10008.html">The HTTP QUERY Method</a>
91+
* @see <a href="https://www.rfc-editor.org/rfc/rfc10008.html#section-2">The HTTP QUERY Method, section 2</a>
9292
*/
9393
public static final HttpMethod QUERY = new HttpMethod("QUERY");
9494

0 commit comments

Comments
 (0)