Skip to content

Commit fd9552f

Browse files
committed
[DOCS] Fixes docs-test.
1 parent fb5c8b2 commit fd9552f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/crud.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
== Indexing Documents
33

44
IMPORTANT: Please note that mapping types will disappear from {es}, read more
5-
{ref}/removal-of-types.html[here]. If you migrated types from {es} 6 to 7, you
6-
can address these with the `type` param.
5+
{ref-7x}/removal-of-types.html[here]. If you migrated types from {es} 6 to 7,
6+
you can address these with the `type` param.
77

88
When you add documents to {es}, you index JSON documents. This maps naturally to
99
PHP associative arrays, since they can easily be encoded in JSON. Therefore, in

docs/search-operations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ background indexing/updating/deleting. First, you execute a search request with
247247
used to continue paginating through the hits.
248248

249249
More details about scrolling can be found in the
250-
{ref}/search-request-body.html#request-body-search-scroll[reference documentation].
250+
{ref-7x}/search-request-body.html#request-body-search-scroll[reference documentation].
251251

252252
This is an example which can be used as a template for more advanced operations:
253253

0 commit comments

Comments
 (0)