Browse Source

Update build file due to doc file rename

A file with uncoverted snippets was change as part of 7f47ff9, but
build.gradle was not updated to reflect the rename.
Tim Vernum 7 years ago
parent
commit
7dd816e77c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      x-pack/docs/build.gradle

+ 1 - 1
x-pack/docs/build.gradle

@@ -81,7 +81,7 @@ buildRestTests.expectedUnconvertedCandidates = [
         'en/rest-api/ml/validate-job.asciidoc',
         'en/rest-api/security/authenticate.asciidoc',
         'en/rest-api/watcher/stats.asciidoc',
-        'en/security/authorization.asciidoc',
+        'en/security/authorization/overview.asciidoc',
         'en/watcher/example-watches/watching-time-series-data.asciidoc',
 ]