Skip to content

Commit 626bbc5

Browse files
committed
Update download link
1 parent a65cc85 commit 626bbc5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

examples/js/editor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
/**
2+
* jsPDFEditor
3+
*
4+
* This is the demo interface for jsPDF.
5+
*/
26
var jsPDFEditor = function() {
37

48
return {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
<div class="masthead">
2626
<div class="pull-right">
27-
<a class="btn btn-primary btn-large" href="#">Download Now</a>
27+
<a class="btn btn-primary btn-large" href="https://github.com/MrRio/jsPDF/zipball/master">Download Now</a>
2828
<p class="muted" style="text-align: center;">Version 0.9.0</p>
2929

3030
</div>
3131
<h1 class="muted">jsPDF</h1>
32-
<h4>HTML5 JavaScript PDF generator from <a href="http://twitter.com/MrRio">@MrRio</a></h4>
32+
<h4>HTML5 JavaScript PDF generation library from <a href="http://twitter.com/MrRio">@MrRio</a></h4>
3333
</div>
3434

3535
<div class="row-fluid">

0 commit comments

Comments
 (0)