summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 11:09:26 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 11:09:26 +0200
commit533c0d698c1210046f78f03a4f4569b0fff05308 (patch)
treee04501c0d5053b32bc0150703e5d0971ecf695be /svx
parent2677ab37fa9272931de1a6fd2e8ce16b77ebdf32 (diff)
[CIBO] Update product URLs
Change-Id: I4e72c4ba69648a30d5debf13af4276071bde5729
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/SafeModeDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx
index 3d2e0e659b83..5d8837f9a915 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -91,7 +91,7 @@ SafeModeDialog::SafeModeDialog(weld::Window* pParent)
RadioBtnHdl(*mxRadioRestore);
// Set URL for help button (module=safemode)
- mxBugLink->set_uri("https://www.cib.de/libreoffice-poweredbycib");
+ mxBugLink->set_uri("https://www.cib.de/ciboffice");
mxUserProfileLink->set_uri(comphelper::BackupFileHelper::getUserProfileURL());
}