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

Commit 05741eb

Browse files
committed
docs(guide/accessibility): fix links
1 parent 9e2c215 commit 05741eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/guide/accessibility.ngdoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently, ngAria interfaces with the following directives:
4141

4242
<h2 id="ngmodel">ngModel</h2>
4343

44-
Much of ngAria's heavy lifting happens in the {@link ng/directive/ngModel}
44+
Much of ngAria's heavy lifting happens in the {@link ng.directive:ngModel ngModel}
4545
directive. For elements using ngModel, special attention is paid by ngAria if that element also
4646
has a role or type of `checkbox`, `radio`, `range` or `textbox`.
4747

@@ -141,7 +141,7 @@ it with your keyboard and at least one mobile and desktop screen reader.
141141

142142
The `disabled` attribute is only valid for certain elements such as `button`, `input` and
143143
`textarea`. To properly disable custom element directives such as `<md-checkbox>` or `<taco-tab>`,
144-
using ngAria with {@link ng/directive/ngDisabled} will also
144+
using ngAria with {@link ng.directive:ngDisabled ngDisabled} will also
145145
add `aria-disabled`. This tells assistive technologies when a non-native input is disabled, helping
146146
custom controls to be more accessible.
147147

@@ -162,7 +162,7 @@ Becomes:
162162

163163
<h2 id="ngshow">ngShow</h2>
164164

165-
>The {@link ng/directive/ngShow} directive shows or hides the
165+
>The {@link ng.directive:ngShow ngShow} directive shows or hides the
166166
given HTML element based on the expression provided to the `ngShow` attribute. The element is
167167
shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
168168

@@ -199,7 +199,7 @@ Becomes:
199199

200200
<h2 id="nghide">ngHide</h2>
201201

202-
>The {@link ng/directive/ngHide} directive shows or hides the
202+
>The {@link ng.directive:ngHide ngHide} directive shows or hides the
203203
given HTML element based on the expression provided to the `ngHide` attribute. The element is
204204
shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
205205

0 commit comments

Comments
 (0)