[Libreoffice-commits] core.git: sfx2/source
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Sun Jun 17 19:58:26 UTC 2018
sfx2/source/view/viewfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbd0d1da85a7ae6b35023274c7267872b3d920e7
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Sun Jun 17 21:49:05 2018 +0200
use hub.libreoffice.org for links from within LibreOffice
Change-Id: I01eff9b5d921787ff0c251ab8467912144577705
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index a31652baee40..a0c34c36d0bf 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1370,7 +1370,7 @@ IMPL_LINK_NOARG(SfxViewFrame, GetInvolvedHandler, Button*, void)
{
try
{
- sfx2::openUriExternally("https://tdf.io/joinus", false);
+ sfx2::openUriExternally("https://hub.libreoffice.org/joinus", false);
}
catch (const Exception&)
{
More information about the Libreoffice-commits
mailing list