diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-23 00:55:40 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-23 14:04:06 +0000 |
commit | ffa560e0dec34d71f4593b7bf23ad50321548c60 (patch) | |
tree | a85a20fc685dde1c47d8256e980141f64364aeba | |
parent | c79a2668f59dd6cc985dee319081c1d31a5e80ea (diff) |
tdf#91469: convert links in help/about to https
Change-Id: I1274f75a49a999285488e99713782956e2287249
Reviewed-on: https://gerrit.libreoffice.org/15870
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | cui/uiconfig/ui/aboutdialog.ui | 2 | ||||
-rw-r--r-- | instsetoo_native/util/openoffice.lst.in | 8 | ||||
-rw-r--r-- | odk/docs/install.html | 2 | ||||
-rw-r--r-- | odk/docs/tools.html | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/examples.html | 2 | ||||
-rw-r--r-- | odk/examples/examples.html | 2 | ||||
-rw-r--r-- | odk/index.html | 2 | ||||
-rw-r--r-- | odk/index_online.html | 2 | ||||
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui index 18bc8ffc6c47..3796d9a981e1 100644 --- a/cui/uiconfig/ui/aboutdialog.ui +++ b/cui/uiconfig/ui/aboutdialog.ui @@ -259,7 +259,7 @@ <object class="GtkLabel" id="link"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">http://www.libreoffice.org/about-us/credits/</property> + <property name="label" translatable="yes">https://www.libreoffice.org/about-us/credits/</property> </object> <packing> <property name="expand">False</property> diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in index 46176a948ce7..d05f8ab5db29 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -69,7 +69,7 @@ LibreOffice CHANGETARGETDIR 1 PATCHCODEFILE ooo_patchcodes.txt STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/ - STARTCENTER_INFO_URL http://www.libreoffice.org/ + STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/ DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/ STARTCENTER_HIDE_EXTERNAL_LINKS 0 @@ -122,7 +122,7 @@ LibreOffice_Dev CODEFILENAME codes_ooodev.txt LOCALUSERDIR $ORIGIN/.. STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/ - STARTCENTER_INFO_URL http://www.libreoffice.org/ + STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/ DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/ STARTCENTER_HIDE_EXTERNAL_LINKS 0 @@ -164,7 +164,7 @@ LibreOffice_SDK CHANGETARGETDIR 1 DONTUSESTARTMENUFOLDER 1 STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/ - STARTCENTER_INFO_URL http://www.libreoffice.org/ + STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/ DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/ STARTCENTER_HIDE_EXTERNAL_LINKS 0 @@ -210,7 +210,7 @@ LibreOffice_Dev_SDK CHANGETARGETDIR 1 DONTUSESTARTMENUFOLDER 1 STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/ - STARTCENTER_INFO_URL http://www.libreoffice.org/ + STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/ DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/ STARTCENTER_HIDE_EXTERNAL_LINKS 0 diff --git a/odk/docs/install.html b/odk/docs/install.html index f0ec3880f7ca..5d4a5922437f 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -514,7 +514,7 @@ Foundation.<br/> The Document Foundation acknowledges all community members, please find more info - <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.</p> + <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.</p> <p> </p> <p><a href="http://www.documentfoundation.org/privacy" target="_blank">Privacy Policy</a> | diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 235aaf14c4b4..ced7036d2740 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -911,7 +911,7 @@ types the specified types depend on.</p> based on Apache OpenOffice, which is Copyright 2011, The Apache Software Foundation. <br/> - The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. + The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. </p> <p> diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index 530fb7c9fae6..ee046f53ad3f 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -2862,7 +2862,7 @@ for the Office application.</td> based on Apache OpenOffice, which is Copyright 2011 The Apache Software Foundation. <br/> - The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. + The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. </p> <p> diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 333a439481a4..9cbdcc7535e0 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -816,7 +816,7 @@ based on Apache OpenOffice, which is Copyright 2011 The Apache Software Foundation. <br/> - The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. + The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. </p> <p> diff --git a/odk/index.html b/odk/index.html index 1288734d3395..ddae91f8acf6 100644 --- a/odk/index.html +++ b/odk/index.html @@ -195,7 +195,7 @@ based on Apache OpenOffice, which is Copyright 2011 The Apache Software Foundation. <br/> - The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. + The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. </p> <p> diff --git a/odk/index_online.html b/odk/index_online.html index a0808b0fe95a..cb142b6243c9 100644 --- a/odk/index_online.html +++ b/odk/index_online.html @@ -238,7 +238,7 @@ <br> LibreOffice was created by The Document Foundation, based on Apache OpenOffice, which is Copyright 2011 The Apache Software Foundation. <br> - The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. + The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>. </p> <p> diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 6168c590a5ce..35de59e5ba11 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -563,7 +563,7 @@ postprocess_main_SED := \ -e 's,$${PRODUCTVERSION},$(PRODUCTVERSION),g' \ -e 's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \ -e 's,$${STARTCENTER_ADDFEATURE_URL},http://extensions.libreoffice.org/,g' \ - -e 's,$${STARTCENTER_INFO_URL},http://www.libreoffice.org/,g' \ + -e 's,$${STARTCENTER_INFO_URL},https://www.libreoffice.org/,g' \ -e 's,$${STARTCENTER_HIDE_EXTERNAL_LINKS},0,g' \ -e 's,$${STARTCENTER_TEMPLREP_URL},http://templates.libreoffice.org/,g' \ |