Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
[skip ci] Fix links for module registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Petri Autero committed May 8, 2019
1 parent f2c0a49 commit b851492
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ This repo has the following folder structure:
The primary modules are:

* [cloud-storage-static-website](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/modules/cloud-storage-static-website):
The Cloud Storage Static Website module is used to create a [Google Cloud Storage](https://cloud.google.com/storage/)
bucket that can be used to host a [static website](https://cloud.google.com/storage/docs/hosting-static-website).
The Cloud Storage Static Website module is used to create a [Google Cloud Storage](https://cloud.google.com/storage/)
bucket that can be used to host a [static website](https://cloud.google.com/storage/docs/hosting-static-website).

* [http-load-balancer-website](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/modules/http-load-balancer-website):
The HTTP Load Balancer Website module is used to create a [HTTP Load Balancer](https://cloud.google.com/load-balancing/docs/https/)
that routes requests to a [Google Cloud Storage](https://cloud.google.com/storage/) bucket for static content hosting,
allowing you to also configure SSL with a custom domain name.
The HTTP Load Balancer Website module is used to create a [HTTP Load Balancer](https://cloud.google.com/load-balancing/docs/https/)
that routes requests to a [Google Cloud Storage](https://cloud.google.com/storage/) bucket for static content hosting,
allowing you to also configure SSL with a custom domain name.

* [examples](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/examples): This folder contains examples of how to use the submodules.

Expand All @@ -48,17 +48,17 @@ Gruntwork can help with:

## 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/gruntwork-io/terraform-google-static-assets/blob/master/CONTRIBUTING.md) for instructions.


## How is this Module versioned?

This Module follows the principles of [Semantic Versioning](http://semver.org/). You can find each new release, along
with the changelog, in the [Releases Page](../../releases).
with the changelog, in the [Releases Page](https://github.com/gruntwork-io/terraform-google-static-assets/releases).

During initial development, the major version will be 0 (e.g., `0.x.y`), which indicates the code does not yet have a stable API. Once we hit `1.0.0`, we will make every effort to maintain a backwards compatible API and use the MAJOR, MINOR, and PATCH versions on each release to indicate any incompatibilities.


## License

Please see [LICENSE.txt](/LICENSE.txt) for details on how the code in this repo is licensed.
Please see [LICENSE.txt](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/LICENSE.txt) for details on how the code in this repo is licensed.
6 changes: 3 additions & 3 deletions modules/cloud-storage-static-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Some benefits of hosting your static assets, like images or JavaScript files, in

## Quick Start

* See the [cloud-storage-static-website example](/examples/cloud-storage-static-website) for working sample code.
* Check out [variables.tf](variables.tf) for all parameters you can set for this module.
* See the [cloud-storage-static-website example](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/examples/cloud-storage-static-website) for working sample code.
* Check out [variables.tf](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/variables.tf) for all parameters you can set for this module.



Expand Down Expand Up @@ -53,7 +53,7 @@ You can read more about access control here: https://cloud.google.com/storage/do
Accessing through google storage domain is by default having SSL enabled. However, when you intend to use a custom domain, Google Cloud Storage does not enable SSL on a custom domain.

To serve your content through a custom domain over SSL, you can
* Use the [cloud-load-balancer-website](../cloud-load-balancer-website) module
* Use the [http-load-balancer-website](https://github.com/gruntwork-io/terraform-google-static-assets/tree/master/modules/http-load-balancer-website) module

* [Use a third-party Content Delivery Network](https://cloudplatform.googleblog.com/2015/09/push-google-cloud-origin-content-out-to-users.html) with Cloud Storage
<!-- * Serve your static website content from [Firebase Hosting](https://firebase.google.com/docs/hosting/) using the using the [Firebase CDN module](/modules/firebase-cdn). -->
Expand Down
4 changes: 2 additions & 2 deletions modules/http-load-balancer-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ application and content delivery

## Quick Start

* See the [http-load-balancer-website example](/examples/http-load-balancer-static-website) for working sample code.
* Check out [variables.tf](variables.tf) for all parameters you can set for this module.
* See the [http-load-balancer-website example](https://github.com/gruntwork-io/terraform-google-static-assets/tree/master/examples/http-load-balancer-website) for working sample code.
* Check out [variables.tf](https://github.com/gruntwork-io/terraform-google-static-assets/blob/master/modules/http-load-balancer-website/variables.tf) for all parameters you can set for this module.


## How do I test my website?
Expand Down

0 comments on commit b851492

Please sign in to comment.