Browse Source

[Docs] Fix incomplete URLs (#28528)

Ivan Brusic 7 years ago
parent
commit
38c5f4efee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/authors.asciidoc

+ 2 - 2
docs/plugins/authors.asciidoc

@@ -5,9 +5,9 @@
 
 
 The Elasticsearch repository contains examples of:
 The Elasticsearch repository contains examples of:
 
 
-* a https://github.com/elastic/elasticsearch/tree/master/plugins/custom-settings[Java plugin]
+* a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/custom-settings[Java plugin]
   which contains a plugin with custom settings.
   which contains a plugin with custom settings.
-* a https://github.com/elastic/elasticsearch/tree/master/plugins/rest-handler[Java plugin]
+* a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rest-handler[Java plugin]
   which contains a plugin that registers a Rest handler.
   which contains a plugin that registers a Rest handler.
 * a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore[Java plugin]
 * a https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore[Java plugin]
   which contains a rescore plugin.
   which contains a rescore plugin.