Removing dead link from demo
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1><a href="https://github.com/eligrey/FileSaver.js">FileSaver.js</a> demo</h1>
|
<h1><a href="https://github.com/eligrey/FileSaver.js">FileSaver.js</a> demo</h1>
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
<section id="image-demo">
|
<section id="image-demo">
|
||||||
<h2>Saving an image</h2>
|
<h2>Saving an image</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user