From ec82ea25d9086abcd8469b6dbca49d629b81aa24 Mon Sep 17 00:00:00 2001 From: Matt Calhoun Date: Fri, 15 Sep 2017 14:14:24 -0400 Subject: [PATCH] update broken links --- CONTRIBUTING.md | 2 +- README.md | 12 ++++++------ examples/vault-consul-image/README.md | 4 ++-- modules/vault-cluster/README.md | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8075fd..f2cd8f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index c2ca535..1d0a7fc 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -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. diff --git a/examples/vault-consul-image/README.md b/examples/vault-consul-image/README.md index 1963765..1709ea5 100644 --- a/examples/vault-consul-image/README.md +++ b/examples/vault-consul-image/README.md @@ -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 @@ -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 diff --git a/modules/vault-cluster/README.md b/modules/vault-cluster/README.md index c0c919a..c81ed72 100644 --- a/modules/vault-cluster/README.md +++ b/modules/vault-cluster/README.md @@ -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):