diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-31 07:12:27 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-31 07:12:27 (GMT) |
commit | 2027f7f887e2c0d29c05b80f5cf9b170ea88d802 (patch) | |
tree | 1e8792c98a7e9fd4db1341bc9e659e39c6a706ee | |
parent | 99f39f12e1c69c9a3b20a7becbdec58d5bfd8981 (diff) | |
download | site-2027f7f887e2c0d29c05b80f5cf9b170ea88d802.tar.gz |
tests.md: Use HTTPS for embedding test results
Some browsers aren't happy with embedding HTTP components into an HTTPS
page.
-rw-r--r-- | web/input/tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/tests.md b/web/input/tests.md index a5f1de9..455bd82 100644 --- a/web/input/tests.md +++ b/web/input/tests.md | |||
@@ -8,14 +8,14 @@ The following table lists the latest automated test results for various | |||
8 | platforms. The build and test logs can be viewed by following the | 8 | platforms. The build and test logs can be viewed by following the |
9 | corresponding links. | 9 | corresponding links. |
10 | 10 | ||
11 | <object data="http://labs.consol.de/monitoring-plugins/logs/HEADER2.html" style="width: 900px; height: 505px"> | 11 | <object data="https://labs.consol.de/monitoring-plugins/logs/HEADER2.html" style="width: 900px; height: 505px"> |
12 | [Test results][results] | 12 | [Test results][results] |
13 | </object> | 13 | </object> |
14 | 14 | ||
15 | Thanks go to Sven Nierlein for setting up the tests and to [his | 15 | Thanks go to Sven Nierlein for setting up the tests and to [his |
16 | employer][consol] for providing the resources. | 16 | employer][consol] for providing the resources. |
17 | 17 | ||
18 | [results]: http://labs.consol.de/monitoring-plugins/logs/HEADER.html "Test Results" | 18 | [results]: https://labs.consol.de/monitoring-plugins/logs/HEADER.html "Test Results" |
19 | [consol]: http://www.consol.com/ "ConSol Software GmbH" | 19 | [consol]: http://www.consol.com/ "ConSol Software GmbH" |
20 | 20 | ||
21 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | 21 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> |