Skip to content

Commit 314fdcb

Browse files
Narretzellimist
authored andcommitted
docs: fix some dangling links
They broke during the Angular -> AngularJS rename
1 parent 96a3a12 commit 314fdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/error/jqLite/nosel.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@fullName Unsupported Selector Lookup
44
@description
55

6-
In order to keep AngularJS small, AngularJS implements only a subset of the selectors in {@link angular.element#angular-s-jqlite jqLite}.
6+
In order to keep AngularJS small, AngularJS implements only a subset of the selectors in {@link angular.element#angularjs-s-jqlite jqLite}.
77
This error occurs when a jqLite instance is invoked with a selector other than this subset.
88

99
In order to resolve this error, rewrite your code to only use tag name selectors and manually traverse the DOM using the APIs provided by jqLite.

docs/content/misc/contribute.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for how to contribute your own code to AngularJS.
1212

1313

1414
1. {@link misc/contribute#installing-dependencies Installing Dependencies}
15-
2. {@link misc/contribute#forking-angular-on-github Forking AngularJS on Github}
15+
2. {@link misc/contribute#forking-angularjs-on-github Forking AngularJS on Github}
1616
3. {@link misc/contribute#building-angularjs Building AngularJS}
1717
4. {@link misc/contribute#running-a-local-development-web-server Running a Local Development Web Server}
1818
5. {@link misc/contribute#running-the-unit-test-suite Running the Unit Test Suite}

0 commit comments

Comments
 (0)