diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2018-04-03 23:38:42 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-16 14:15:35 +0200 |
commit | b7ecf6294f9caa8454ebcc9c2d6f33ac64ff9e78 (patch) | |
tree | dae47fcb7fae7559a90be0ad1ceec9e67823b3c8 /source/text/scalc/guide | |
parent | d5ca87f12819b669646bb6f0978f79ebb5d3f035 (diff) |
replace http links with https equivalents
* mainly http://wiki.documentfoundation.org
* http://en.wikipedia.org
* http://api.libreoffice.org
Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c
Reviewed-on: https://gerrit.libreoffice.org/52354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/guide')
-rw-r--r-- | source/text/scalc/guide/database_filter.xhp | 7 | ||||
-rw-r--r-- | source/text/scalc/guide/database_sort.xhp | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/source/text/scalc/guide/database_filter.xhp b/source/text/scalc/guide/database_filter.xhp index dc1157d0dd..4a7ffe949e 100644 --- a/source/text/scalc/guide/database_filter.xhp +++ b/source/text/scalc/guide/database_filter.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + <meta> <topic id="textscalcguidedatabase_filterxml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Filtering Cell Ranges </title> @@ -83,7 +82,7 @@ <embed href="text/scalc/guide/database_sort.xhp#database_sort"/> <embed href="text/scalc/guide/cellcopy.xhp#cellcopy"/> <embed href="text/scalc/guide/specialfilter.xhp#specialfilter"/> - <paragraph xml-lang="en-US" id="par_id4525284" role="paragraph"><link href="http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range">Wiki page about defining a data range</link></paragraph> + <paragraph xml-lang="en-US" id="par_id4525284" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range" name="wiki.documentfoundation.org Defining a Data Range">Wiki page about defining a data range</link></paragraph> </section> </body> </helpdocument>
\ No newline at end of file diff --git a/source/text/scalc/guide/database_sort.xhp b/source/text/scalc/guide/database_sort.xhp index b2dfd79a34..e10dd45ca7 100644 --- a/source/text/scalc/guide/database_sort.xhp +++ b/source/text/scalc/guide/database_sort.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + <meta> <topic id="textscalcguidedatabase_sortxml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Sorting Data </title> @@ -52,7 +51,7 @@ <section id="relatedtopics"> <embed href="text/scalc/guide/database_define.xhp#database_define"/> <embed href="text/scalc/guide/database_filter.xhp#database_filter"/> - <paragraph xml-lang="en-US" id="par_id1846980" role="paragraph"><link href="http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range">Wiki page about defining a data range</link></paragraph> + <paragraph xml-lang="en-US" id="par_id1846980" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range" name="wiki.documentfoundation.org: Defining a Data Range">Wiki page about defining a data range</link></paragraph> </section> </body> </helpdocument>
\ No newline at end of file |