diff options
-rw-r--r-- | modules/pdfrotate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdfrotate/index.html b/modules/pdfrotate/index.html index ae63865..e82c133 100644 --- a/modules/pdfrotate/index.html +++ b/modules/pdfrotate/index.html @@ -60,6 +60,6 @@ window.addEventListener("load",function(){ </form> <br> <br> -<i><small>This uses <a href="https://warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/">pdfjam</a> to perform the actual hard work. Credits to me only for the slick rotated A's above.</small></i> +<i><small>This uses <a href="https://github.com/DavidFirth/pdfjam">pdfjam</a> to perform the actual hard work. Credits to me only for the slick rotated A's above.</small></i> </body> </html> |