diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-11 09:32:08 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-13 14:14:05 +0000 |
commit | 04fc0bc3f34f4ad71317fe8576d40ed3e6371854 (patch) | |
tree | f9533c0e301851d822286c3dc7002db9f7a05416 /docs/contents.html | |
parent | 372f9f694775e8131621b2cc103b5beaab846823 (diff) |
docs: fixup link-target
Just a couple of lines above, we have this exact same link, but this
time with a leading "www.". Let's match that.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/contents.html')
-rw-r--r-- | docs/contents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contents.html b/docs/contents.html index 1941f1ce080..10499931928 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -101,7 +101,7 @@ <h2>Hosted by:</h2> <dl> -<dd><a href="https://freedesktop.org" target="_parent">freedesktop.org</a> +<dd><a href="https://www.freedesktop.org" target="_parent">freedesktop.org</a> </dl> </body> |