Fix link in architecture.md (#271)

This commit is contained in:
Damian Stasik 2023-09-05 18:06:26 +02:00 committed by GitHub
parent f330ace4e5
commit a7d8cdd3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ The `local` backend finally calls an appropriate method on that context to
begin execution of the relevant command, such as
[`Plan`](https://pkg.go.dev/github.com/placeholderplaceholderplaceholder/opentf/internal/opentf#Context.Plan)
or
[`Apply`](), which in turn constructs a graph using a _graph builder_,
[`Apply`](https://pkg.go.dev/github.com/placeholderplaceholderplaceholder/opentf/internal/opentf#Context.Apply), which in turn constructs a graph using a _graph builder_,
described in a later section.
## Configuration Loader