Fix broken links and update publish gif

This commit is contained in:
Paul Banks 2017-09-15 22:42:38 +01:00
parent 197bbc6114
commit e6b7490ed8
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ the Terraform files you're applying comprise what is called the _root module_. T
Therefore, you can enter the source of any module, satisfy any required variables, run `terraform apply`, and expect it to work.
Modules that are created for reuse should follow the
[standard structure](#standard-structure). This structure enables tooling
[standard structure](#standard-module-structure). This structure enables tooling
such as the [Terraform Registry](/docs/registry/index.html) to inspect and
generate documentation, read examples, and more.

View File

@ -67,11 +67,11 @@ email you alerts about your module. We will not spam you.
The upload page will list your available repositories, filtered to those that
match the [naming convention described above](#Requirements). This is shown in
the screenshot below. Select the repository of the module you want to add and
click "Create Module."
click "Publish Module."
In a few seconds, your module will be created.
![Create Module flow animation](/assets/images/docs/registry-upload.gif)
![Publish Module flow animation](/assets/images/docs/registry-publish.gif)
## Releasing New Versions