kibana/dev_docs/contributing
Garrett Spong 384626bd0b
[dev_docs] Fixes broken REST API template links (#128069)
## Summary

The REST API template links on the main [Documentation page](https://docs.elastic.dev/kibana-dev-docs/contributing/documentation#rest-apis) are broken. They're pointing to the docs `main` branch and the `docs` repo is still on `master` at this moment.

Old Broken Links:
- [API doc template](https://raw.githubusercontent.com/elastic/docs/main/shared/api-ref-ex.asciidoc)
- [API object definition template](https://raw.githubusercontent.com/elastic/docs/main/shared/api-definitions-ex.asciidoc)

New Fixed Links:
- [API doc template](https://raw.githubusercontent.com/elastic/docs/master/shared/api-ref-ex.asciidoc)
- [API object definition template](https://raw.githubusercontent.com/elastic/docs/master/shared/api-definitions-ex.asciidoc)
2022-03-21 09:06:12 -07:00
..
best_practices.mdx Update best_practices.mdx (#126849) 2022-03-10 15:21:03 -07:00
code_walkthrough.mdx Some updates to our dev docs (#120981) 2021-12-13 11:47:03 -05:00
dev_principles.mdx Update doc slugs to improve analytic tracking, move to appropriate folders (#113630) 2021-10-04 13:36:45 -04:00
documentation.mdx [dev_docs] Fixes broken REST API template links (#128069) 2022-03-21 09:06:12 -07:00
how_we_use_github.mdx Some updates to our dev docs (#120981) 2021-12-13 11:47:03 -05:00
standards.mdx Normalize apm transaction names (#119740) 2021-12-02 19:27:15 +02:00