Browse Source

Correct documentation link for authorization engine example (#40261)

This commit fixes the link for authorization engine example.
Yogesh Gaikwad 6 years ago
parent
commit
775344f46d

+ 1 - 1
x-pack/docs/en/security/authorization/custom-authorization.asciidoc

@@ -75,7 +75,7 @@ implementation.
 
 Sample code that illustrates the structure and implementation of a custom
 authorization engine is provided in the
-https://github.com/elastic/elasticsearch/tree/master/plugin/examples/security-example-authorization-engine[elasticsearch]
+https://github.com/elastic/elasticsearch/tree/master/plugins/examples/security-authorization-engine[elasticsearch]
 repository on GitHub. You can use this code as a starting point for creating your
 own authorization engine.