From ab69a2963b39f49965ac26d64274d26529169f68 Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Thu, 4 Aug 2022 18:43:20 -0400 Subject: [PATCH] Update HTTP data source page title * Capitalize HTTP --- website/content/docs/datasources/http.mdx | 6 +++--- website/data/docs-nav-data.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/datasources/http.mdx b/website/content/docs/datasources/http.mdx index 12903eb5d..f11e5c64a 100644 --- a/website/content/docs/datasources/http.mdx +++ b/website/content/docs/datasources/http.mdx @@ -1,8 +1,8 @@ --- description: | - The HTTP Data Source retrieves information from an http endpoint to be used + The HTTP Data Source retrieves information from an HTTP endpoint to be used during Packer builds -page_title: Http - Data Sources +page_title: HTTP - Data Sources --- @@ -10,7 +10,7 @@ page_title: Http - Data Sources -# Http Data Source +# HTTP Data Source Type: `http` diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index f116a27fe..7eb4f8300 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -720,7 +720,7 @@ ] }, { - "title": "Http", + "title": "HTTP", "path": "datasources/http" } ]