Skip to content

Commit 81af9f6

Browse files
committed
fix: Adjusting URL for account factory link
1 parent 7313a51 commit 81af9f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/2.0/docs/pipelines/architecture/ci-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The `pipelines-workflows` repository includes the following reusable workflows:
4848
- `pipelines-unlock.yml` - (AWS only) Used to manually unlock state files in all repositories.
4949
- `pipelines.yml` - The core Pipelines workflow for `infrastructure-live-access-control` and delegated repositories, supporting plan/apply operations.
5050

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:
5252

5353
### infrastructure-live-root
5454

src/redirects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export const redirects = [
3030
from: "/developer-portal/link-github-id"
3131
},
3232
{
33-
to: "/2.0/docs/pipelines/architecture/components",
33+
to: "/2.0/docs/pipelines/architecture/execution-flow",
3434
from: "/pipelines/architecture/index"
3535
},
3636
{
37-
to: "/2.0/docs/pipelines/architecture/components",
37+
to: "/2.0/docs/pipelines/architecture/execution-flow",
3838
from: "/pipelines/architecture"
3939
},
4040
{

0 commit comments

Comments
 (0)