diff options
author | Allan Bowe <allan@bowe.io> | 2020-11-29 10:05:07 (GMT) |
---|---|---|
committer | Allan Bowe <allan@bowe.io> | 2020-11-29 10:05:07 (GMT) |
commit | 86c9beaf30cc0fbdbe3e142df0c560562aada769 (patch) | |
tree | 4b48652ae77230696c635f68936bb06e87002a85 /testing/031/indexpage.xml | |
parent | 00f14e3f1666d0cb74810a725d2cf0e71799ccdc (diff) | |
download | Doxygen-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/031/indexpage.xml')
-rw-r--r-- | testing/031/indexpage.xml | 4 |
1 files changed, 2 insertions, 2 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&bar" inline="yes"/> - <ulink url="http://www.doxygen.nl?foo&bar">Some normal link</ulink></para> + <ulink url="https://www.doxygen.nl?foo&bar">Some normal link</ulink></para> <para> <image type="html" name="https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&bar" inline="yes"/> - <ulink url="http://www.doxygen.nl?foo&bar">Some normal link</ulink> + <ulink url="https://www.doxygen.nl?foo&bar">Some normal link</ulink> </para> </detaileddescription> </compounddef> |