Skip to content

Commit 5366b0b

Browse files
[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 <[email protected]> Co-authored-by: GabyCT <[email protected]>
1 parent fd5f423 commit 5366b0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/plugins/authors.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
:plugin-properties-files: {elasticsearch-root}/build-tools/src/main/resources
55

6-
The Elasticsearch repository contains https://github.com/elastic/elasticsearch/tree/master/plugins/examples[examples of plugins]. Some of these include:
6+
The Elasticsearch repository contains {es-repo}tree/main/plugins/examples[examples of plugins]. Some of these include:
77

8-
* a plugin with https://github.com/elastic/elasticsearch/tree/master/plugins/examples/custom-settings[custom settings]
9-
* adding https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rest-handler[custom rest endpoints]
10-
* adding a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore[custom rescorer]
11-
* a script https://github.com/elastic/elasticsearch/tree/master/plugins/examples/script-expert-scoring[implemented in Java]
8+
* a plugin with {es-repo}tree/main/plugins/examples/custom-settings[custom settings]
9+
* adding {es-repo}tree/main/plugins/examples/rest-handler[custom rest endpoints]
10+
* adding a {es-repo}tree/main/plugins/examples/rescore[custom rescorer]
11+
* a script {es-repo}tree/main/plugins/examples/script-expert-scoring[implemented in Java]
1212

1313
These examples provide the bare bones needed to get started. For more
1414
information about how to write a plugin, we recommend looking at the plugins

0 commit comments

Comments
 (0)