From b699d954bad220420381bff07b217d69e4cc60df Mon Sep 17 00:00:00 2001 From: Aaron Mbuzi <86435544+AaronMbuzi@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:32:27 +0200 Subject: [PATCH] Update BUILDING.md Updated BUILDING.md titles so that there is consistency throughout the documentation. --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 0dc368140de67..fbc27982bfa0c 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -9,11 +9,11 @@ This document provides a general guidelines for using and working on the Elastic The Elasticsearch project contains 3 build-related projects that are included into the Elasticsearch build as a [composite build](https://docs.gradle.org/current/userguide/composite_builds.html). -### `build-conventions` +### build-conventions This project contains build conventions that are applied to all Elasticsearch projects. -### `build-tools` +### build-tools This project contains all build logic that we publish for third party Elasticsearch plugin authors. We provide the following plugins: @@ -25,7 +25,7 @@ This project is published as part of the Elasticsearch release and accessible by `org.elasticsearch.gradle:build-tools:`. These build tools are also used by the `elasticsearch-hadoop` project maintained by elastic. -### `build-tools-internal` +### build-tools-internal This project contains all Elasticsearch project specific build logic that is not meant to be shared with other internal or external projects.