From ae52bda53deb607fd1db74dfc15e0273c705b20f Mon Sep 17 00:00:00 2001 From: smguggen Date: Sun, 5 Mar 2023 18:58:06 -0600 Subject: [PATCH] chore: fix image on .github/README --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 026d04b..139b5aa 100644 --- a/.github/README.md +++ b/.github/README.md @@ -248,7 +248,7 @@ Setting `deployer` will create a role with Least-Privilege permissions set for d In addition to the main `BreakGlassRole`, `BreakGlassLoginAlert`, `BreakGlassLogActions`, and `BreakGlassDeployer` are all available as separate constructs. The major difference when using these constructs separately is that the `BreakGlassRole` cannot be created internally and an `IRole` must be passed to them as the `BreakGlassRole`. ## Architecture -[![Break Glass Role Diagram](assets/break-glass-role-cdk.png)](https://github.com/awslabs/aws-break-glass-role/raw/main/assets/break-glass-role-cdk.png) +[![Break Glass Role Diagram](../assets/break-glass-role-cdk.png)](https://github.com/awslabs/aws-break-glass-role/raw/main/assets/break-glass-role-cdk.png) ## Security