Skip to content

Commit

Permalink
Fixes two links on the conribute page.
Browse files Browse the repository at this point in the history
  • Loading branch information
eljobe authored and IgorMinar committed Mar 22, 2011
1 parent ff4480b commit b4d680a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jstd.log
regression/temp*.html
performance/temp*.html
.idea/workspace.xml
*~
10 changes: 6 additions & 4 deletions docs/contribute.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Open Source

`Angular` is an open source project licensed under the {@link
http://github.com/angular/angular.js/blob/master/license MIT license}. Your contributions are
http://github.com/angular/angular.js/blob/master/LICENSE MIT license}. Your contributions are
always welcome. When working with `angular` source base, please follow the guidelines provided on
this page.

Expand Down Expand Up @@ -72,9 +72,11 @@ machine:
* {@link http://rake.rubyforge.org Rake}: We use Rake as our build system, which is pre-installed
on most Macintosh and Linux machines. If that is not true in your case, you can grab it from the
Rake website.
* {@link nodejs.org Node.js}: We use Node to generate the documentation and to run a development
web server. Depending on your system, you can install Node either from source or as a pre-packaged
bundle.

* {@link http://nodejs.org Node.js}: We use Node to generate the documentation and to run a
development web server. Depending on your system, you can install Node either from source or as a
pre-packaged bundle.

* Java: The Java runtime is used to run {@link http://code.google.com/p/js-test-driver
JsTestDriver} (JSTD), which we use to run our unit test suite. JSTD binaries are part of the
`angular` source base, which means there is no need to install or configure it separately.
Expand Down

0 comments on commit b4d680a

Please sign in to comment.