File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/2.0/docs/pipelines/architecture Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The `pipelines-workflows` repository includes the following reusable workflows:
48
48
- ` pipelines-unlock.yml` - (AWS only) Used to manually unlock state files in all repositories.
49
49
- ` pipelines.yml` - The core Pipelines workflow for `infrastructure-live-access-control` and delegated repositories, supporting plan/apply operations.
50
50
51
- If you are using [Gruntwork Account Factory](/2.0/docs/accountfactory/overview ), the following workflows are typically present :
51
+ If you are using [Gruntwork Account Factory](/2.0/docs/accountfactory/concepts/ ), the following workflows are typically present :
52
52
53
53
# ## infrastructure-live-root
54
54
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ export const redirects = [
30
30
from : "/developer-portal/link-github-id"
31
31
} ,
32
32
{
33
- to : "/2.0/docs/pipelines/architecture/components " ,
33
+ to : "/2.0/docs/pipelines/architecture/execution-flow " ,
34
34
from : "/pipelines/architecture/index"
35
35
} ,
36
36
{
37
- to : "/2.0/docs/pipelines/architecture/components " ,
37
+ to : "/2.0/docs/pipelines/architecture/execution-flow " ,
38
38
from : "/pipelines/architecture"
39
39
} ,
40
40
{
You can’t perform that action at this time.
0 commit comments