website: Correct capitalization of "Bitbucket"

Previously we fixed this specifically for the Enterprise VCS integration,
but we also had some long-running errors of this sort in the docs for
how to specify module sources on Bitbucket.
This commit is contained in:
Martin Atkins 2017-04-19 14:56:11 -07:00
parent 3fa3ce60fa
commit d157eea2e3
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ Terraform supports the following sources:
* GitHub
* BitBucket
* Bitbucket
* Generic Git, Mercurial repositories
@ -85,9 +85,9 @@ module "private-infra" {
**Note:** Terraform does not yet support interpolations in the `source` field, so the machine username and password will have to be embedded directly into the `source` string. You can track [GH-1439](https://github.com/hashicorp/terraform/issues/1439) to learn when this limitation is addressed.
## BitBucket
## Bitbucket
Terraform will automatically recognize BitBucket URLs and turn them into a link to the specific Git or Mercurial repository, for example:
Terraform will automatically recognize Bitbucket URLs and turn them into a link to the specific Git or Mercurial repository, for example:
```hcl
module "consul" {
@ -105,7 +105,7 @@ module "consul" {
**Note:** The double-slash, `//`, is important. It is what tells Terraform that this is the separator for a subdirectory, and not part of the repository itself.
BitBucket URLs will require that Git or Mercurial is installed on your system, depending on the type of repository.
Bitbucket URLs will require that Git or Mercurial is installed on your system, depending on the type of repository.
## Generic Git Repository

View File

@ -117,7 +117,7 @@
<a href="/docs/enterprise/vcs/gitlab.html">GitLab</a>
</li>
<li<%= sidebar_current("docs-enterprise-vcs-bitbucket-cloud") %>>
<a href="/docs/enterprise/vcs/bitbucket.html">BitBucket</a>
<a href="/docs/enterprise/vcs/bitbucket.html">Bitbucket</a>
</li>
</ul>
</li>