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);