Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 07f34e7

Browse files
committed
docs: fix some dangling links
They broke during the Angular -> AngularJS rename
1 parent 493b496 commit 07f34e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/error/jqLite/nosel.ngdoc

+1-1
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

+1-1
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)