diff options
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | readme.md | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -99,8 +99,8 @@ | |||
99 | 99 | ||
100 | <div> | 100 | <div> |
101 | <ul class="bottom-links"> | 101 | <ul class="bottom-links"> |
102 | <li><a href="https://euxane.net">© 2024 Euxane</a></li> | 102 | <li><a href="https://euxane.eu">© 2024 Euxane</a></li> |
103 | <li><a href="https://cgit.euxane.net/beamer-viewer">Source code (EUPL)</a></li> | 103 | <li><a href="https://cgit.euxane.eu/beamer-viewer">Source code (EUPL)</a></li> |
104 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> | 104 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> |
105 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | 105 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> |
106 | </ul> | 106 | </ul> |
@@ -11,7 +11,7 @@ and does not require any special software to be installed. | |||
11 | ## Usage | 11 | ## Usage |
12 | 12 | ||
13 | An instance of this web application is deployed at | 13 | An instance of this web application is deployed at |
14 | [beamerviewer.euxane.net](https://beamerviewer.euxane.net/). | 14 | [beamerviewer.euxane.eu](https://beamerviewer.euxane.eu/). |
15 | It is offline-enabled, | 15 | It is offline-enabled, |
16 | and thus available locally even in the absence of network connectivity. | 16 | and thus available locally even in the absence of network connectivity. |
17 | 17 | ||
@@ -19,7 +19,7 @@ A double-width presentation may be generated with _Beamer_ using | |||
19 | `\setbeameroption{show notes on second screen=right}`. | 19 | `\setbeameroption{show notes on second screen=right}`. |
20 | 20 | ||
21 | A demonstration is available | 21 | A demonstration is available |
22 | [here](https://beamerviewer.euxane.net/#file=sample/demo.pdf). | 22 | [here](https://beamerviewer.euxane.eu/#file=sample/demo.pdf). |
23 | 23 | ||
24 | 24 | ||
25 | ## Contributing | 25 | ## Contributing |