Skip to content

Commit

Permalink
Fixes links in accessibility overview documentation.
Browse files Browse the repository at this point in the history
Bug: 974039
Change-Id: I95dd784619862d7f5386927a5d68c02cd6a2e878
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678940
Commit-Queue: Katie Dektar <[email protected]>
Commit-Queue: Aran Gilman <[email protected]>
Auto-Submit: Katie Dektar <[email protected]>
Reviewed-by: Aran Gilman <[email protected]>
Cr-Commit-Position: refs/heads/master@{#672569}
  • Loading branch information
Katie D authored and Commit Bot committed Jun 26, 2019
1 parent 135733c commit e5c2c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/accessibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ is defined by [automation.idl], which must be kept synchronized with
[ax_enums.idl].

[AccessibilityHostMsg_EventParams]: https://cs.chromium.org/chromium/src/content/common/accessibility_messages.h?sq=package:chromium&l=75
[AutomationInternalCustomBindings]: https://cs.chromium.org/chromium/src/chrome/renderer/extensions/automation_internal_custom_bindings.h
[AutomationInternalCustomBindings]: https://cs.chromium.org/chromium/src/extensions/renderer/api/automation/automation_internal_custom_bindings.h
[AXContentNodeData]: https://cs.chromium.org/chromium/src/content/common/ax_content_node_data.h
[AXLayoutObject]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/accessibility/ax_layout_object.h
[AXNodeObject]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/accessibility/ax_node_object.h
Expand All @@ -529,7 +529,7 @@ is defined by [automation.idl], which must be kept synchronized with
[ui::AXNodeData]: https://cs.chromium.org/chromium/src/ui/accessibility/ax_node_data.h
[WebAXObject]: https://cs.chromium.org/chromium/src/third_party/blink/public/web/web_ax_object.h
[automation API]: https://cs.chromium.org/chromium/src/chrome/renderer/resources/extensions/automation
[automation.idl]: https://cs.chromium.org/chromium/src/chrome/common/extensions/api/automation.idl
[automation.idl]: https://cs.chromium.org/chromium/src/extensions/common/api/automation.idl
[ax_enums.idl]: https://cs.chromium.org/chromium/src/ui/accessibility/ax_enums.idl
[chrome.automation API]: https://developer.chrome.com/extensions/automation
[webui-js]: https://cs.chromium.org/chromium/src/ui/webui/resources/js/cr/ui/

0 comments on commit e5c2c70

Please sign in to comment.