Skip to content

Commit

Permalink
Missed some :(
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Sep 4, 2018
1 parent e672f5a commit 92ae449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ These elements provide information for how a document should be perceived, and r
<title>Page Title</title>

<!-- Set the base URL for all relative URLs within the document -->
<base href="http://example.com/page.html">
<base href="https://example.com/page.html">

<!-- Link to an external CSS file -->
<link rel="stylesheet" href="styles.css">
Expand Down Expand Up @@ -222,7 +222,7 @@ These elements provide information for how a document should be perceived, and r
<link rel="first" href="https://example.com/article/">
<link rel="last" href="https://example.com/article/?page=42">
<link rel="prev" href="https://example.com/article/?page=1">
<link rel="next" href="http://example.com/article/?page=3">
<link rel="next" href="https://example.com/article/?page=3">

<!-- Used when a 3rd party service is utilized to maintain a blog -->
<link rel="EditURI" href="https://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">
Expand Down

0 comments on commit 92ae449

Please sign in to comment.