diff options
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index e4010286e..92ad557ba 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -67,7 +67,6 @@ $(document).ready(function() { <div class="row"> <div class="col-md-6"> <h1>Try pandoc!</h1> - <p><a href="https://pandoc.org">https://pandoc.org</a></p> </div> <div class="col-md-6"> <pre id="command"></pre> @@ -159,7 +158,7 @@ $(document).ready(function() { </div> <footer> <p class="version">pandoc <span id="version"></span></p> - <p>© 2013–2015 <a href="http://johnmacfarlane.net">John MacFarlane</a></p> + <p><a href="https://pandoc.org">https://pandoc.org</a></p> </footer> </body> </html> |