Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

docs(*): fix releases links #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ We require that all contributors sign our Contributor License Agreement ("CLA")
## Merge and release

The maintainers for this repo will review your code and provide feedback. If everything looks good, they will merge the
code and release a new version, which you'll be able to find in the [releases page](../../releases).
code and release a new version, which you'll be able to find in the [releases page](https://github.com/hashicorp/terraform-aws-nomad/releases).

2 changes: 1 addition & 1 deletion examples/nomad-consul-ami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Your code should look more like this:
```

You should replace `<module_VERSION>` in the code above with the version of this module that you want to use (see
the [Releases Page](../../releases) for all available versions). That's because for production usage, you should always
the [Releases Page](https://github.com/hashicorp/terraform-aws-nomad/releases) for all available versions). That's because for production usage, you should always
use a fixed, known version of this Module, downloaded from the official Git repo. On the other hand, when you're
just experimenting with the Module, it's OK to use a local checkout of the Module, uploaded from your own
computer.
2 changes: 1 addition & 1 deletion modules/install-nomad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There is a good chance it will work on other flavors of Debian, CentOS, and RHEL

<!-- TODO: update the clone URL to the final URL when this Module is released -->

To install Nomad, use `git` to clone this repository at a specific tag (see the [releases page](../../../../releases)
To install Nomad, use `git` to clone this repository at a specific tag (see the [releases page](https://github.com/hashicorp/terraform-aws-nomad/releases)
for all available tags) and run the `install-nomad` script:

```
Expand Down