Skip to content

Commit 31e40c8

Browse files
author
Christoph Büscher
authored
[Docs] Fix plugin authors example urls on older branches (#28530)
Follow up to #28528. The example page links to a project on master which has been split into two projects.
1 parent d1beaa0 commit 31e40c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/plugins/authors.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
The Elasticsearch repository contains examples of:
77

8-
* a https://github.com/elastic/elasticsearch/tree/master/plugins/jvm-example[Java plugin]
8+
* a https://github.com/elastic/elasticsearch/tree/{branch}/plugins/jvm-example[Java plugin]
99
which contains Java code.
10-
* a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore[Java plugin]
10+
* a https://github.com/elastic/elasticsearch/tree/{branch}/plugins/examples/rescore[Java plugin]
1111
which contains a rescore plugin.
12-
* a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/script-expert-scoring[Java plugin]
12+
* a https://github.com/elastic/elasticsearch/tree/{branch}/plugins/examples/script-expert-scoring[Java plugin]
1313
which contains a script plugin.
14-
* a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/meta-plugin[Java plugin]
14+
* a https://github.com/elastic/elasticsearch/tree/{branch}/plugins/examples/meta-plugin[Java plugin]
1515
which contains a meta plugin.
1616

1717
These examples provide the bare bones needed to get started. For more

0 commit comments

Comments
 (0)