Skip to content

Commit eab68b6

Browse files
authored
[7.10] [DOCS] Fix hard-coded accessibility link (#209611) (#209640)
# Backport This will backport the following commits from `7.15` to `7.10`: - [[DOCS] Fix hard-coded accessibility link (#209611)](#209611) <!--- Backport version: 9.6.4 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-04T18:22:19Z","message":"[DOCS] Fix hard-coded accessibility link (#209611)","sha":"caf12e52adf1234304f6bf969041bee86a42d1f4","branchLabelMapping":{"^v8.0.0$":"master","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v7.9.4","v7.10.3","v7.11.3","v7.12.2","v7.13.5","v7.14.3","v7.15.3","backport:version"],"title":"[DOCS] Fix hard-coded accessibility link","number":209611,"url":"https://github.com/elastic/kibana/pull/209611","mergeCommit":{"message":"[DOCS] Fix hard-coded accessibility link (#209611)","sha":"caf12e52adf1234304f6bf969041bee86a42d1f4"}},"sourceBranch":"7.15","suggestedTargetBranches":["7.9","7.10","7.11","7.12","7.13","7.14"],"targetPullRequestStates":[{"branch":"7.9","label":"v7.9.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.10","label":"v7.10.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.11","label":"v7.11.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.12","label":"v7.12.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.13","label":"v7.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.14","label":"v7.14.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.15","label":"v7.15.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209611","number":209611,"mergeCommit":{"message":"[DOCS] Fix hard-coded accessibility link (#209611)","sha":"caf12e52adf1234304f6bf969041bee86a42d1f4"}}]}] BACKPORT-->
1 parent 2a06250 commit eab68b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/best-practices/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Are you planning with scalability in mind?
2222

2323
Did you know {kib} makes a public statement about our commitment to
2424
creating an accessible product for people with disabilities?
25-
https://www.elastic.co/guide/en/kibana/master/accessibility.html[We do]!
25+
<<accessibility,We do>>!
2626
It’s very important all of our apps are accessible.
2727

2828
* Learn how https://elastic.github.io/eui/#/guidelines/accessibility[EUI

0 commit comments

Comments
 (0)