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

Commit fe5dd1d

Browse files
committed
docs(*): fix dangling links
Closes #15984
1 parent df4c03f commit fe5dd1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/guide/migration.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ jqLite/jQuery collections
13121312

13131313
#### Helper Functions:
13141314

1315-
The {@link angular.lowercase `angular.lowercase`} and {@link angular.uppercase `angular.uppercase`} functions have been **deprecated** and will be removed
1315+
The `angular.lowercase` and `angular.uppercase` functions have been **deprecated** and will be removed
13161316
in version 1.7.0. It is recommended to use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) and [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) functions instead.
13171317

13181318

src/ng/directive/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ var SelectController =
483483
* the content of the `value` attribute or the textContent of the `<option>`, if the value attribute is missing.
484484
* Value and textContent can be interpolated.
485485
*
486-
* The {@link select.selectController select controller} exposes utility functions that can be used
486+
* The {@link select.SelectController select controller} exposes utility functions that can be used
487487
* to manipulate the select's behavior.
488488
*
489489
* ## Matching model and option values

0 commit comments

Comments
 (0)