From d5aa17ea62560d84a469e24a52f13957644d7edf Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 7 Aug 2025 13:15:29 -0500 Subject: [PATCH] Fix broken docs link (#5088) (cherry picked from commit aefcb63e49009f38ecf1df772f959fa7e2bd3ecc) --- specification/indices/put_mapping/IndicesPutMappingRequest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/indices/put_mapping/IndicesPutMappingRequest.ts b/specification/indices/put_mapping/IndicesPutMappingRequest.ts index 7c6a964089..bed2283bdc 100644 --- a/specification/indices/put_mapping/IndicesPutMappingRequest.ts +++ b/specification/indices/put_mapping/IndicesPutMappingRequest.ts @@ -50,8 +50,8 @@ import { Dictionary, SingleKeyDictionary } from '@spec_utils/Dictionary' * - Update supported mapping parameters * - Change a field's mapping using reindexing * - Rename a field using a field alias - * - * Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples) guide. + * + * Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples) guide. * @rest_spec_name indices.put_mapping * @availability stack stability=stable * @availability serverless stability=stable visibility=public