Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
# Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Feb 22, 2014
1 parent ed47143 commit dacdfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion ideintf/frmbrooknewproject.pas
Expand Up @@ -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);
Expand Down

0 comments on commit dacdfc6

Please sign in to comment.