Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 6a0a4fc

Browse files
committed
Merge pull request #60 from marcoscaceres/patch-4
Disable linking in example
2 parents 5dafdd7 + 337c113 commit 6a0a4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>Link element interface extensions</h2>
228228
<h2>Fetching the resource hint link</h2>
229229
<p>The <a>resource hint link</a>'s may be specified in the document markup, MAY be provided via the HTTP `Link` header, and MAY be dynamically added to and removed from the document.</p>
230230

231-
<pre class="example nohighlight">
231+
<pre class="example nohighlight nolinks">
232232
Link: &lt;https://widget.com&gt;; rel=dns-prefetch
233233
Link: &lt;https://example.com&gt;; rel=preconnect
234234
Link: &lt;https://example.com/next-page.html&gt;; rel=prerender;

0 commit comments

Comments
 (0)