From 6277eb8f64f1f3ec97ddc2a5585c3f5463b6a147 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:16:15 +0100 Subject: [PATCH] [DOCS] Update API ref link in docs README https://github.com/elastic/elasticsearch-specification/pull/3873/files --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index caec3afb0916a..c95cdd5e8af59 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,7 @@ Docs live in **three places**: 1. **Reference content** lives in this repo. This covers low-level stuff like settings and configuration information that is tightly coupled to code. - 👩🏽‍💻 **Engineers** own the bulk of this content. -2. **API reference docs** live in the [Elasticsearch specification](https://github.com/elastic/elasticsearch-specification) +2. **API reference docs** live in the [Elasticsearch specification](https://github.com/elastic/elasticsearch-specification/blob/main/README.md#how-to-generate-the-openapi-representation) - This is where you need to update API docs published in the [new API docs system](https://www.elastic.co/docs/api/doc/elasticsearch/v8/) - 👩🏽‍💻 **Engineers** own this content. 3. **Narrative, overview, and conceptual content** mostly lives in the [`docs-content`](https://github.com/elastic/docs-content/) repo. @@ -106,4 +106,4 @@ This allows slightly more expressive testing of the snippets. Since that syntax % TEST[s/\n$/\nstartyaml\n - compare_analyzers: {index: thai_example, first: thai, second: rebuilt_thai}\nendyaml\n/] ``` -Any place you can use json you can use elements like `$body.path.to.thing` which is replaced on the fly with the contents of the thing at `path.to.thing` in the last response. \ No newline at end of file +Any place you can use json you can use elements like `$body.path.to.thing` which is replaced on the fly with the contents of the thing at `path.to.thing` in the last response.