diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2018-11-07 14:02:30 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-09 11:39:54 +0100 |
commit | 463c2be51dfd1c00dcc53d1047d8abe21109499f (patch) | |
tree | c4921baec5abcb60d32caa425a420d2f235ad7fd | |
parent | 319ad0a302758e11d021145ac5e74cb79d849203 (diff) |
Related: tdf#121134: Changing http to https where possible
Change-Id: Ia406490db4a23c7f9d48f14a74ccb5849f04e184
Reviewed-on: https://gerrit.libreoffice.org/63019
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/smath/main0000.xhp | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/source/text/smath/main0000.xhp b/source/text/smath/main0000.xhp index 27eba4e6eb..e343f10d08 100644 --- a/source/text/smath/main0000.xhp +++ b/source/text/smath/main0000.xhp @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -20,13 +18,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - <helpdocument version="1.0"> <meta> -<topic id="textsmathmain0000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Welcome to the $[officename] Math Help</title> -<filename>/text/smath/main0000.xhp</filename> -</topic> + <topic id="textsmathmain0000xml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Welcome to the $[officename] Math Help</title> + <filename>/text/smath/main0000.xhp</filename> + </topic> </meta> <body> <paragraph role="heading" id="hd_id3148868" xml-lang="en-US" level="1">Welcome to the $[officename] Math Help</paragraph> @@ -41,7 +37,7 @@ <embed href="text/smath/main0100.xhp#main0100"/> <embed href="text/smath/main0200.xhp#main0200"/> <embed href="text/smath/04/01020000.xhp#math_keys"/> -<paragraph role="paragraph" id="par_id3143269" xml-lang="en-US">Have a look at <link href="http://www.dmaths.org">www.dmaths.org</link> for a set of additional %PRODUCTNAME Math icons and macros.</paragraph> +<paragraph role="paragraph" id="par_id3143269" xml-lang="en-US">Have a look at <link href="https://www.dmaths.org">www.dmaths.org</link> for a set of additional %PRODUCTNAME Math icons and macros.</paragraph> <embed href="text/swriter/main0000.xhp#helpabouthelp"/> </body> </helpdocument> |