From 5366b0bfd42ea6ce5ce60868dba44aa26b02ba10 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Wed, 10 Aug 2022 16:53:21 +0200 Subject: [PATCH] [DOCS] Update URLs in plugin document (#89221) (#89250) This PR updates the URLs for several references that are being used in the plugin document. Signed-off-by: Gabriela Cervantes Co-authored-by: GabyCT --- docs/plugins/authors.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/plugins/authors.asciidoc b/docs/plugins/authors.asciidoc index 8ffa6a0f5fe5a..7c1f285cb9e4b 100644 --- a/docs/plugins/authors.asciidoc +++ b/docs/plugins/authors.asciidoc @@ -3,12 +3,12 @@ :plugin-properties-files: {elasticsearch-root}/build-tools/src/main/resources -The Elasticsearch repository contains https://github.com/elastic/elasticsearch/tree/master/plugins/examples[examples of plugins]. Some of these include: +The Elasticsearch repository contains {es-repo}tree/main/plugins/examples[examples of plugins]. Some of these include: -* a plugin with https://github.com/elastic/elasticsearch/tree/master/plugins/examples/custom-settings[custom settings] -* adding https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rest-handler[custom rest endpoints] -* adding a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore[custom rescorer] -* a script https://github.com/elastic/elasticsearch/tree/master/plugins/examples/script-expert-scoring[implemented in Java] +* a plugin with {es-repo}tree/main/plugins/examples/custom-settings[custom settings] +* adding {es-repo}tree/main/plugins/examples/rest-handler[custom rest endpoints] +* adding a {es-repo}tree/main/plugins/examples/rescore[custom rescorer] +* a script {es-repo}tree/main/plugins/examples/script-expert-scoring[implemented in Java] These examples provide the bare bones needed to get started. For more information about how to write a plugin, we recommend looking at the plugins