mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Update the PDF.js web page to link to both versions of the demo viewer (PR 11241 follow-up)
Rather than adding two buttons, it seems easier to simply link to the relevant section of the README instead (since it also means fewer things to keep up-to-date).
This commit is contained in:
parent
e6aaf097b6
commit
16c261fada
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ template: layout.jade
|
||||||
</p>
|
</p>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
||||||
<a type="button" class="btn btn-lg btn-default" href="web/viewer.html">Demo</a>
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js#online-demo">Demo</a>
|
||||||
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">GitHub Project</a>
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">GitHub Project</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue