Skip to content

Commit 70047e8

Browse files
author
Friedrich W. H. Kossebau
committed
Fix links to nlnet.nl to https://
1 parent 9777a19 commit 70047e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ViewerJS
22

3-
ViewerJS combines a number of excellent open source tools that are built on HTML and javascript. ViewerJS was funded by [NLnet foundation](http://nlnet.nl) and developed by [KO GmbH](http://kogmbh.com).
3+
ViewerJS combines a number of excellent open source tools that are built on HTML and javascript. ViewerJS was funded by [NLnet foundation](https://nlnet.nl) and developed by [KO GmbH](http://kogmbh.com).
44

55
The heavy lifting in ViewerJS is done by these awesome projects:
66

viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Viewer(viewerPlugin, parameters) {
107107
"plugin to show you this document.</p>")
108108
: "") +
109109
"<p>Version " + version + "</p>" +
110-
"<p>Supported by <a href=\"http://nlnet.nl\" target=\"_blank\"><br><img src=\"images\/nlnet.png\" width=\"160\" height=\"60\" alt=\"NLnet Foundation\"></a></p>" +
110+
"<p>Supported by <a href=\"https://nlnet.nl\" target=\"_blank\"><br><img src=\"images\/nlnet.png\" width=\"160\" height=\"60\" alt=\"NLnet Foundation\"></a></p>" +
111111
"<p>Made by <a href=\"http://kogmbh.com\" target=\"_blank\"><br><img src=\"images\/kogmbh.png\" width=\"172\" height=\"40\" alt=\"KO GmbH\"></a></p>" +
112112
"<button id = \"aboutDialogCloseButton\" class = \"toolbarButton textButton\">Close</button>";
113113
dialogOverlay.appendChild(aboutDialogCentererTable);

0 commit comments

Comments
 (0)