Merge pull request #23687 from IgorVodka/patch-1

website: Fix inpage link in docs
This commit is contained in:
Pam Selle 2019-12-17 07:29:30 -05:00 committed by GitHub
commit b25ca47b30
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 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 * The JSON object representing the block body contains properties that
correspond either to argument names or to nested block type names. correspond either to argument names or to nested block type names.