[Libreoffice-commits] core.git: cui/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Mon Mar 27 07:14:28 UTC 2017
cui/source/dialogs/about.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 913395e99bbee7b43bf215588956c1b8e4f578c7
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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 <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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
{
More information about the Libreoffice-commits
mailing list