Skip to content

Commit

Permalink
update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Calhoun committed Sep 15, 2017
1 parent 65875bd commit ec82ea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We also recommend updating the automated tests *before* updating any code (see [
Development](https://en.wikipedia.org/wiki/Test-driven_development)). That means you add or update a test case,
verify that it's failing with a clear error message, and *then* make the code changes to get that test to pass. This
ensures the tests stay up to date and verify all the functionality in this Blueprint, including whatever new
functionality you're adding in your contribution. Check out the [tests](/tests) folder for instructions on running the
functionality you're adding in your contribution. Check out the [tests](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/tests) folder for instructions on running the
automated tests.

## Update the code
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Gruntwork can help with:

Each Module has the following folder structure:

* [root](/): The root folder contains an example of running a public Vault cluster on Azure
* [modules](/modules): This folder contains the reusable code for this Module, broken down into one or more modules.
* [examples](/examples): This folder contains examples of how to use the modules.
* [test](/test): Automated tests for the modules and examples.
* [root](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/): The root folder contains an example of running a public Vault cluster on Azure
* [modules](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/modules): This folder contains the reusable code for this Module, broken down into one or more modules.
* [examples](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/examples): This folder contains examples of how to use the modules.
* [test](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/test): Automated tests for the modules and examples.

Click on each of the modules above for more details.

Expand Down Expand Up @@ -102,7 +102,7 @@ To deploy the Vault cluster:

## How do I contribute to this Module?

Contributions are very welcome! Check out the [Contribution Guidelines](/CONTRIBUTING.md) for instructions.
Contributions are very welcome! Check out the [Contribution Guidelines](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/CONTRIBUTING.md) for instructions.



Expand All @@ -119,6 +119,6 @@ MINOR, and PATCH versions on each release to indicate any incompatibilities.

## License

This code is released under the Apache 2.0 License. Please see [LICENSE](/LICENSE) and [NOTICE](/NOTICE) for more
This code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/LICENSE) and [NOTICE](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/NOTICE) for more
details.

4 changes: 2 additions & 2 deletions examples/vault-consul-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/module
same Image to deploy a separate [Consul server cluster](https://www.consul.io/) by using the [consul-cluster
module](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/modules/consul-cluster).

Check out the [main example](/MAIN.md) for working sample code. For more info on Vault
Check out the [main example](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/MAIN.md) for working sample code. For more info on Vault
installation and configuration, check out the [install-vault](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/modules/install-vault) documentation.

## Quick start
Expand All @@ -39,7 +39,7 @@ To build the Vault and Consul Azure Image:

1. Run `packer build vault-consul.json`.

To see how to deploy this image, check out the [main example](/MAIN.md).
To see how to deploy this image, check out the [main example](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/MAIN.md).


## Creating your own Packer template for production usage
Expand Down
2 changes: 1 addition & 1 deletion modules/vault-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Check out the [main example](https://github.com/hashicorp/terraform-azurerm-vaul
## How do you use the Vault cluster?

To use the Vault cluster, you will typically need to SSH to each of the Vault servers. If you deployed the
[main example](/MAIN.md) example, the [vault-examples-helper.sh script](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/examples/vault-examples-helper/vault-examples-helper.sh)
[main example](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/MAIN.md) example, the [vault-examples-helper.sh script](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/examples/vault-examples-helper/vault-examples-helper.sh)
will do the lookup for you automatically (note, you must have the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
and [jq](https://stedolan.github.io/jq/) installed locally):

Expand Down

0 comments on commit ec82ea2

Please # to comment.