summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAllan Bowe <allan@bowe.io>2020-11-29 10:05:07 (GMT)
committerAllan Bowe <allan@bowe.io>2020-11-29 10:05:07 (GMT)
commit86c9beaf30cc0fbdbe3e142df0c560562aada769 (patch)
tree4b48652ae77230696c635f68936bb06e87002a85 /testing
parent00f14e3f1666d0cb74810a725d2cf0e71799ccdc (diff)
downloadDoxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.zip
Doxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.tar.gz
Doxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.tar.bz2
fix: convert links to the main doxygen site to https. Trailing whitespace was also removed (hope this is ok, was a default setting). Closes #8212
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)
*/