summaryrefslogtreecommitdiff
path: root/testing/031_image.dox
diff options
context:
space:
mode:
Diffstat (limited to 'testing/031_image.dox')
-rw-r--r--testing/031_image.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/031_image.dox b/testing/031_image.dox
index 4a67116..ff215c0 100644
--- a/testing/031_image.dox
+++ b/testing/031_image.dox
@@ -29,18 +29,18 @@ This image is inline
within the text.
Markdown style linked SVG image:\n
-[![MIT license](https://raster.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
+[![MIT license](https://raster.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/license/mit/)
Markdown style linked PNG image:\n
-[![MIT license](https://raster.shields.io/badge/license-MIT-brightgreen.png)](https://opensource.org/licenses/MIT)
+[![MIT license](https://raster.shields.io/badge/license-MIT-brightgreen.png)](https://opensource.org/license/mit/)
HTML style linked SVG image:\n
-<a href="https://opensource.org/licenses/MIT">
+<a href="https://opensource.org/license/mit/">
<img src="https://raster.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT license">
</a>
HTML style linked PNG image:\n
-<a href="https://opensource.org/licenses/MIT">
+<a href="https://opensource.org/license/mit/">
<img src="https://raster.shields.io/badge/license-MIT-brightgreen.png" alt="MIT license">
</a>