Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 0b77d0b

Browse files
committed
Update fundraising link
1 parent 59fe4bb commit 0b77d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>About Event Master Simulator Controller</h2>
5959
<script>
6060
$('a').click(function(e) {
6161
e.preventDefault();
62-
require("electron").shell.openExternal("http://www.bbc.co.uk");
62+
require("electron").shell.openExternal("https://www.justgiving.com/fundraising/e2-simulator");
6363
return false;
6464
});
6565
</script>

0 commit comments

Comments
 (0)