Change docs links: /opentf-> /docs (#367)

Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
Roman Grinovski
2023-09-15 14:10:27 +02:00
committed by GitHub
parent bb1783c63b
commit a4f9c63288
235 changed files with 974 additions and 974 deletions

View File

@@ -27,7 +27,7 @@ opentf apply -destroy
```
For that reason, this command accepts most of the options that
[`opentf apply`](/opentf/cli/commands/apply) accepts, although it does
[`opentf apply`](/docs/cli/commands/apply) accepts, although it does
not accept a plan file argument and forces the selection of the "destroy"
planning mode.
@@ -38,5 +38,5 @@ destroying would be, by running the following command:
opentf plan -destroy
```
This will run [`opentf plan`](/opentf/cli/commands/plan) in _destroy_ mode, showing
This will run [`opentf plan`](/docs/cli/commands/plan) in _destroy_ mode, showing
you the proposed destroy changes without executing them.