From dacdfc686de98af5f84e1ab11c4bb5cf7bb57568 Mon Sep 17 00:00:00 2001 From: silvioprog Date: Sat, 22 Feb 2014 18:19:06 -0300 Subject: [PATCH] # Clean up. --- LICENSE.txt | 2 +- ideintf/frmbrooknewproject.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 7b82b5c..9f6afeb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ This is the file LICENSE.txt, it applies to the Brook framework -(http://brookframework.org), distributed by Silvio Clecio. +(http://silvioprog.github.io/brookframework), distributed by Silvio Clecio. The source code of the Brook framework is distributed under the GNU Lesser General Public License (see the file LGPL.2.1.txt) with the diff --git a/ideintf/frmbrooknewproject.pas b/ideintf/frmbrooknewproject.pas index c99b5e6..6d9bfff 100644 --- a/ideintf/frmbrooknewproject.pas +++ b/ideintf/frmbrooknewproject.pas @@ -117,7 +117,7 @@ procedure TfrBrookNewProject.btNextClick(Sender: TObject); procedure TfrBrookNewProject.btHelpClick(Sender: TObject); begin OpenURL( - 'http://docs.brookframework.org/BrookAction.TBrookAction.html#Register'); + 'https://dl.dropboxusercontent.com/u/135304375/brookframework/doc/BrookAction.TBrookAction.html#Register'); end; procedure TfrBrookNewProject.btAddActClick(Sender: TObject);