From cce0ace53af4ee3d25cf1d37b892bfdcc9c3c9a3 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 4 Mar 2016 16:32:53 -0800 Subject: [PATCH] Fixes name of new query ACL. --- website/source/docs/upgrade-specific.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/upgrade-specific.html.markdown b/website/source/docs/upgrade-specific.html.markdown index 51088f9c20..d55e397b47 100644 --- a/website/source/docs/upgrade-specific.html.markdown +++ b/website/source/docs/upgrade-specific.html.markdown @@ -21,7 +21,7 @@ queries. Existing queries will execute with no changes, but there are important differences to understand about how prepared queries are managed before you upgrade. In particular, prepared queries with no `Name` defined will no longer require any ACL to manage them, and prepared queries with a `Name` defined are -now governed by a new `prepared_query` ACL policy that will need to be configured +now governed by a new `query` ACL policy that will need to be configured after the upgrade. See the [Prepared Query ACLs](/docs/internals/acl.html#prepared_query_acls)