Skip to content

Commit

Permalink
chore: fix link to refactoring guide
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 1, 2023
1 parent a421997 commit 293c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ new S3Bucket(this, "test-bucket-move-from", {
}).moveTo("move-s3");
```

Refer to our [Refactoring Guide](/terraform/cdktf/examples-and-guides/#moving-&-renaming-resources-within-a-stack) for more information
Refer to our [Refactoring Guide](/terraform/cdktf/examples-and-guides/refactoring#moving-renaming-resources-within-a-stack) for more information

## Provisioners

Expand Down

0 comments on commit 293c9c4

Please sign in to comment.