Fix broken page id (#149240)

## Summary

[This
change](https://github.com/elastic/kibana/pull/147533/files#diff-7855e9b3a9d0239ce2c0344047c2f83ee459436b2a2da839d3b5db43e8757451R2)
has
[broken](https://vercel.com/elastic-dev/docs-elastic-dev/ABfUE8aEtaSUUqQ4LRLgcKJ4MuEW)
the internal docs builds because the changed page ID was not updated in
the navigation. This PR fixes that change
This commit is contained in:
Scotty Bollinger 2023-01-19 10:28:24 -06:00 committed by GitHub
parent d5f6fe84c7
commit a31d844318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@
"label": "Tutorials",
"items": [
{
"id": "kibDevTutorialAddingPerformanceMetrics"
"id": "kibDevTutorialAddingCustomPerformanceMetrics"
},
{
"id": "kibDevTutorialSetupWindowsDevWSL"