Skip to content

Commit 742267f

Browse files
authored
Merge pull request joshbuchea#276 from PitWenkin/patch-1
Removed deprecated rel types 'first' and 'last'
2 parents 1c7d751 + 3b5de05 commit 742267f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ These elements provide information for how a document should be perceived, and r
222222
<!-- Provides a self reference - useful when the document has multiple possible references -->
223223
<link rel="self" type="application/atom+xml" href="https://example.com/atom.xml">
224224

225-
<!-- The first, last, previous, and next documents in a series of documents, respectively -->
226-
<link rel="first" href="https://example.com/article/">
227-
<link rel="last" href="https://example.com/article/?page=42">
225+
<!-- The previous, and next documents in a series of documents, respectively -->
228226
<link rel="prev" href="https://example.com/article/?page=1">
229227
<link rel="next" href="https://example.com/article/?page=3">
230228

0 commit comments

Comments
 (0)