diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-24 14:22:53 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-27 07:14:08 +0000 |
commit | 913395e99bbee7b43bf215588956c1b8e4f578c7 (patch) | |
tree | 7caf9d8a72570dee0ee3163349bbb948aaa4fc99 /cui/source/dialogs/about.cxx | |
parent | 6dc7d10e038f15c26b7c0732d730eeef2c5c3520 (diff) |
Use hub link for git log
Change-Id: Ie8c6cafe9322466c7403bc3ebfd6cd3b73847bff
Reviewed-on: https://gerrit.libreoffice.org/35655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/dialogs/about.cxx')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 72a21d78c51c..35308f030af9 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -162,7 +162,7 @@ void AboutDialog::SetBuildIdLink() } m_pBuildIdLink->SetText(m_buildIdLinkString.replaceAll("$GITHASH", buildId)); - m_pBuildIdLink->SetURL("https://gerrit.libreoffice.org/gitweb?p=core.git;a=log;h=" + buildId); + m_pBuildIdLink->SetURL("https://hub.libreoffice.org/git-core/" + buildId); } else { |