Browse Source

[DOCS] Update quick start heading

James Rodewig 4 years ago
parent
commit
1ff080538a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/getting-started.asciidoc

+ 2 - 2
docs/reference/getting-started.asciidoc

@@ -359,8 +359,8 @@ GET logs-my_app-default/_search
 // TEST[continued]
 // TEST[continued]
 
 
 [discrete]
 [discrete]
-[[combine-queries-sorts]]
-==== Combine queries and sorts
+[[combine-queries]]
+==== Combine queries
 
 
 You can use the `bool` query to combine multiple queries. The following search
 You can use the `bool` query to combine multiple queries. The following search
 combines two `range` queries: one on `@timestamp` and one on the `source.ip`
 combines two `range` queries: one on `@timestamp` and one on the `source.ip`