Fix markdown being misused in docs

This commit is contained in:
Igor Vodka 2019-12-16 16:29:47 +03:00 committed by GitHub
parent 2f36a82091
commit be89975667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ resource "aws_instance" "example" {
```
Within each top-level block type the rules for mapping to JSON are slightly
different (see [Block-type-specific Exceptions][inpage-exceptions] below), but the following general rules apply in most cases:
different (see the [block-type-specific exceptions](#block-type-specific-exceptions) below), but the following general rules apply in most cases:
* The JSON object representing the block body contains properties that
correspond either to argument names or to nested block type names.