Skip to content

Commit 683f689

Browse files
committed
Removing dead link from demo
1 parent 6ad591c commit 683f689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<h1><a href="https://github.com/eligrey/FileSaver.js">FileSaver.js</a> demo</h1>
1010
<p>
11-
The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C <code>saveAs()</code> <a href="http://www.w3.org/TR/file-writer-api/#the-filesaver-interface">FileSaver</a> interface, without contacting any servers.
11+
The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C <code>saveAs()</code> FileSaver interface, without contacting any servers.
1212
</p>
1313
<section id="image-demo">
1414
<h2>Saving an image</h2>

0 commit comments

Comments
 (0)