mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Update HTTP data source page title
* Capitalize HTTP
This commit is contained in:
parent
ab29b187b1
commit
ab69a2963b
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
<BadgesHeader>
|
||||
|
|
@ -10,7 +10,7 @@ page_title: Http - Data Sources
|
|||
<PluginBadge type="hcp_packer_ready" />
|
||||
</BadgesHeader>
|
||||
|
||||
# Http Data Source
|
||||
# HTTP Data Source
|
||||
|
||||
Type: `http`
|
||||
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"title": "Http",
|
||||
"title": "HTTP",
|
||||
"path": "datasources/http"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue