diff options
| author | Pepper Lebeck-Jobe | 2011-03-20 09:47:12 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-03-22 10:18:07 -0700 | 
| commit | b4d680a921fd946c8390eb906bb5ce13fbcd8067 (patch) | |
| tree | 0024571c9e6aad96b47748c78973640ce574e1ef | |
| parent | ff4480be6501e0be077201a4f25c3abaae2cebb5 (diff) | |
| download | angular.js-b4d680a921fd946c8390eb906bb5ce13fbcd8067.tar.bz2 | |
Fixes two links on the conribute page.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | docs/contribute.ngdoc | 10 | 
2 files changed, 7 insertions, 4 deletions
| @@ -5,3 +5,4 @@ jstd.log  regression/temp*.html  performance/temp*.html  .idea/workspace.xml +*~ diff --git a/docs/contribute.ngdoc b/docs/contribute.ngdoc index 0e583691..43d17283 100644 --- a/docs/contribute.ngdoc +++ b/docs/contribute.ngdoc @@ -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. @@ -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. | 
