Skip to content

Commit

Permalink
Docs: Fixed broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
debadair committed Apr 15, 2016
1 parent 4ce648c commit 17a4ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/php_json_objects.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[[php_json_objects]]
== Dealing with JSON Arrays and Objects in PHP

A common source of confusion with the client revolves around JSON arrays and objects, and how to specify them in PHP.
Expand Down
2 changes: 1 addition & 1 deletion docs/search-operations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $results = $client->search($params);

Notice that the `must` clause accepts an array of arrays. This will be serialized into an array of JSON objects internally,
so the final resulting output will be identical to the curl example. For more details about arrays vs objects in PHP,
see link:_php_json_objects.html[Dealing with JSON Arrays and Objects in PHP].
see <<php_json_objects, Dealing with JSON Arrays and Objects in PHP>>.

=== A more complicated example

Expand Down

0 comments on commit 17a4ed7

Please sign in to comment.