diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-17 21:49:05 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-17 21:49:05 +0200 |
commit | cbd0d1da85a7ae6b35023274c7267872b3d920e7 (patch) | |
tree | 9db5b0b926c33a1e1e170644bff6fdb61bd8be00 /sfx2 | |
parent | 65169f6b9e894ec5cdd073ef214fbcbbdd8e4e7d (diff) |
use hub.libreoffice.org for links from within LibreOffice
Change-Id: I01eff9b5d921787ff0c251ab8467912144577705
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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&) { |