cui/source/dialogs/about.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 913395e99bbee7b43bf215588956c1b8e4f578c7 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Date: Fri Mar 24 14:22:53 2017 +0000 Use hub link for git log Change-Id: Ie8c6cafe9322466c7403bc3ebfd6cd3b73847bff Reviewed-on: https://gerrit.libreoffice.org/35655 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> 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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits