Skip to content

Commit bc8a7d4

Browse files
authored
[7.9] [DOCS] Fix hard-coded accessibility link (#209611) (#209641)
# Backport This will backport the following commits from `7.15` to `7.9`: - [[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"],"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,"url":"https://github.com/elastic/kibana/pull/209640","number":209640,"state":"OPEN"},{"branch":"7.11","label":"v7.11.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209637","number":209637,"state":"OPEN"},{"branch":"7.12","label":"v7.12.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209636","number":209636,"state":"OPEN"},{"branch":"7.13","label":"v7.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209635","number":209635,"state":"OPEN"},{"branch":"7.14","label":"v7.14.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209634","number":209634,"state":"OPEN"},{"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 e000e35 commit bc8a7d4

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
@@ -20,7 +20,7 @@ Are you planning with scalability in mind?
2020

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

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

0 commit comments

Comments
 (0)