diff options
author | 2018-04-20 22:25:48 -0400 | |
---|---|---|
committer | 2018-04-20 22:25:48 -0400 | |
commit | e163dc08df7228bafeadb9a0fac092411ffb946b (patch) | |
tree | 9469443bb96ab1f1ef6e989cffec9519ec6e26bd /ebuild-writing/misc-files | |
parent | use HTTPS for links to emacswiki.org (diff) | |
download | devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.tar.gz devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.tar.bz2 devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.zip |
Convert various 'http://' URIs to 'https://'
Here's the heuristic for conversion:
- If the https substitute is valid, always convert to https
- If it's a bogus URI used in an example, convert it to https
- If it's a valid URI used in an example with no valid https, leave it alone
Diffstat (limited to 'ebuild-writing/misc-files')
-rw-r--r-- | ebuild-writing/misc-files/metadata/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index 35179c9..1af54fa 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -263,7 +263,7 @@ There are also some attributes that can be used with these tags: <e>least</e> an english description. If an additional description in another language is given, this attribute is used to specify the language used. The format is the two-character language code as defined by the <uri - link="http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter">ISO-639-1</uri> + link="https://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter">ISO-639-1</uri> norm. </ti> </tr> |