summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/031/indexpage.xml4
-rw-r--r--testing/031_image.dox4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/031/indexpage.xml b/testing/031/indexpage.xml
index b6631b0..168508c 100644
--- a/testing/031/indexpage.xml
+++ b/testing/031/indexpage.xml
@@ -44,10 +44,10 @@ This image is inline <image type="html" name="http://img.shields.io/badge/licens
</para>
<para>Some markdown image tests<linebreak/>
<image type="html" name="https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&amp;bar" inline="yes"/>
- <ulink url="http://www.doxygen.nl?foo&amp;bar">Some normal link</ulink></para>
+ <ulink url="https://www.doxygen.nl?foo&amp;bar">Some normal link</ulink></para>
<para>
<image type="html" name="https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&amp;bar" inline="yes"/>
- <ulink url="http://www.doxygen.nl?foo&amp;bar">Some normal link</ulink>
+ <ulink url="https://www.doxygen.nl?foo&amp;bar">Some normal link</ulink>
</para>
</detaileddescription>
</compounddef>
diff --git a/testing/031_image.dox b/testing/031_image.dox
index e451592..36ab6c8 100644
--- a/testing/031_image.dox
+++ b/testing/031_image.dox
@@ -52,8 +52,8 @@ HTML style unlinked PNG image:\n
Some markdown image tests\n
![Some SVG image](https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&bar)
-[Some normal link](http://www.doxygen.nl?foo&bar)
+[Some normal link](https://www.doxygen.nl?foo&bar)
![Some SVG image](https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&amp;bar)
-[Some normal link](http://www.doxygen.nl?foo&amp;bar)
+[Some normal link](https://www.doxygen.nl?foo&amp;bar)
*/