Skip to content

Commit 17a4ed7

Browse files
committed
Docs: Fixed broken link.
1 parent 4ce648c commit 17a4ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/php_json_objects.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
[[php_json_objects]]
22
== Dealing with JSON Arrays and Objects in PHP
33

44
A common source of confusion with the client revolves around JSON arrays and objects, and how to specify them in PHP.

docs/search-operations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $results = $client->search($params);
166166

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

171171
=== A more complicated example
172172

0 commit comments

Comments
 (0)