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" } ]