From f47b41b98488528220f6df325c2f83f4cc136b03 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 23 Jun 2021 13:50:08 -0700 Subject: [PATCH] Fixed a broken link --- _opensearch/rest-api/create-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/rest-api/create-index.md b/_opensearch/rest-api/create-index.md index 063ed01b..9a29120c 100644 --- a/_opensearch/rest-api/create-index.md +++ b/_opensearch/rest-api/create-index.md @@ -60,7 +60,7 @@ timeout | Time | How long to wait for the request to return. Default `30s`. ## Request body -As part of your request, you can supply parameters in your request's body that specify index settings, mappings, and aliases for your newly created index. The following sections provide more information about index settings and mappings. An alias is a virtual index name that references one or more indices. Because changing an alias's reference index is an atomic operation, aliases offer the benefit of reindexing data without any downtime. See [Index Aliases] (../index-alias) to learn more. +As part of your request, you can supply parameters in your request's body that specify index settings, mappings, and aliases for your newly created index. The following sections provide more information about index settings and mappings. An alias is a virtual index name that references one or more indices. Because changing an alias's reference index is an atomic operation, aliases offer the benefit of reindexing data without any downtime. See [Index Aliases](../../index-alias) to learn more. ### Index settings