From 55a6faef60697750e0f627eb75fa037f444e157e Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 2 Feb 2017 11:06:40 +0000 Subject: [PATCH] IDE: updated about url, issue #31337 git-svn-id: trunk@54065 - --- ide/aboutfrm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/aboutfrm.pas b/ide/aboutfrm.pas index 303330b1ba..4e5d2d0811 100644 --- a/ide/aboutfrm.pas +++ b/ide/aboutfrm.pas @@ -189,7 +189,7 @@ begin Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]); OfficialLabel.Caption := lisAboutOfficial; - OfficialURLLabel.Caption := 'http://lazarus.freepascal.org'; + OfficialURLLabel.Caption := 'http://www.lazarus-ide.org'; DocumentationLabel.Caption := lisAboutDocumentation; DocumentationURLLabel.Caption := 'http://wiki.lazarus.freepascal.org';