Skip to content

Commit b4d680a

Browse files
eljobeIgorMinar
authored andcommitted
Fixes two links on the conribute page.
1 parent ff4480b commit b4d680a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ jstd.log
55
regression/temp*.html
66
performance/temp*.html
77
.idea/workspace.xml
8+
*~

docs/contribute.ngdoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Open Source
77

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

@@ -72,9 +72,11 @@ machine:
7272
* {@link http://rake.rubyforge.org Rake}: We use Rake as our build system, which is pre-installed
7373
on most Macintosh and Linux machines. If that is not true in your case, you can grab it from the
7474
Rake website.
75-
* {@link nodejs.org Node.js}: We use Node to generate the documentation and to run a development
76-
web server. Depending on your system, you can install Node either from source or as a pre-packaged
77-
bundle.
75+
76+
* {@link http://nodejs.org Node.js}: We use Node to generate the documentation and to run a
77+
development web server. Depending on your system, you can install Node either from source or as a
78+
pre-packaged bundle.
79+
7880
* Java: The Java runtime is used to run {@link http://code.google.com/p/js-test-driver
7981
JsTestDriver} (JSTD), which we use to run our unit test suite. JSTD binaries are part of the
8082
`angular` source base, which means there is no need to install or configure it separately.

0 commit comments

Comments
 (0)