diff --git a/website/source/docs/providers/aws/d/route_table.html.markdown b/website/source/docs/providers/aws/d/route_table.html.markdown index 4da99d1c07..6687ed9dbd 100644 --- a/website/source/docs/providers/aws/d/route_table.html.markdown +++ b/website/source/docs/providers/aws/d/route_table.html.markdown @@ -55,7 +55,7 @@ More complex filters can be expressed using one or more `filter` sub-blocks, which take the following arguments: * `name` - (Required) The name of the field to filter by, as defined by - [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html). + [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html). * `values` - (Required) Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.