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

Commit 9a065c0

Browse files
committed
docs(*): fix dangling or ambiguous links
1 parent 42e622b commit 9a065c0

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

docs/content/misc/version-support-status.ngdoc

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,21 @@ Any version branch not shown in the following table (e.g. 1.5.x) is no longer be
3030
Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.
3131

3232
<table class="dev-status table table-bordered">
33-
<thead>
34-
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
35-
</thead>
36-
<tbody>
37-
<tr class="security"><td><span>1.2.x</span></td><td>Long Term Support</td><td>Last version to provide IE 8 support</td></tr>
38-
<tr class="stable"><td><span>1.7.x</span></td><td>Long Term Support</td><td>See [Long Term Support](#long-term-support) section below.</td></tr>
39-
</tbody>
33+
<thead>
34+
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
35+
</thead>
36+
<tbody>
37+
<tr class="security">
38+
<td><span>1.2.x</span></td>
39+
<td>Long Term Support</td>
40+
<td>Last version to provide IE 8 support</td>
41+
</tr>
42+
<tr class="stable">
43+
<td><span>1.7.x</span></td>
44+
<td>Long Term Support</td>
45+
<td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
46+
</tr>
47+
</tbody>
4048
</table>
4149

4250
### Long Term Support
@@ -51,4 +59,4 @@ At this time we will focus exclusively on providing fixes to bugs that satisfy a
5159

5260
### Blog Post
5361

54-
You can read more about these plans in our [blog post announcement](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c).
62+
You can read more about these plans in our [blog post announcement](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c).

src/ngAnimate/module.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@
281281
*
282282
* Sometimes you need to animate between different expression states, whose values
283283
* don't necessary need to be known or referenced in CSS styles.
284-
* Unless possible with another ["animation aware" directive](#directive-support), that specific
285-
* use case can always be covered with {@link ngAnimate.directive:ngAnimateSwap} as can be seen in
286-
* {@link ngAnimate.directive:ngAnimateSwap#examples this example}.
284+
* Unless possible with another {@link ngAnimate#directive-support "animation aware" directive},
285+
* that specific use case can always be covered with {@link ngAnimate.directive:ngAnimateSwap} as
286+
* can be seen in {@link ngAnimate.directive:ngAnimateSwap#examples this example}.
287287
*
288288
* Note that {@link ngAnimate.directive:ngAnimateSwap} is a *structural directive*, which means it
289289
* creates a new instance of the element (including any other/child directives it may have) and

src/ngMessages/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ angular.module('ngMessages', [], function initAngularHelpers() {
704704
*
705705
* @description
706706
* `ngMessageDefault` is a directive with the purpose to show and hide a default message for
707-
* {@link ngMessages}, when none of provided messages matches.
707+
* {@link directive:ngMessages}, when none of provided messages matches.
708708
*
709709
* More information about using `ngMessageDefault` can be found in the
710710
* {@link module:ngMessages `ngMessages` module documentation}.

0 commit comments

Comments
 (0)