Commit 6881fc6
committed
Fix broken external link hash in guiding-principles page
CI validate_html_output task fails because html-proofer can't find the
#fix-cluster-status-recover-nodes hash on the Elastic docs page. The
page generates anchor IDs via client-side JavaScript, which html-proofer
doesn't execute. The link works fine in browsers.
Drop the hash fragment from the URL. The link still points to the
correct page about fixing red/yellow cluster status, and the 'Recover
lost nodes' section is prominent on that page.1 parent 533345f commit 6881fc6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments