Skip to content

Commit 3900e42

Browse files
committed
fixup
1 parent e2aa566 commit 3900e42

File tree

1 file changed

+2
-2
lines changed
  • docs/guide/use_cases/frontend_sg

1 file changed

+2
-2
lines changed

docs/guide/use_cases/frontend_sg/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Learn how to [create an egress rule with the AWS CLI.](https://awscli.amazonaws.
6262

6363
### 5. Add the security group annotation to your Ingress or Service
6464

65-
For [Ingress resources](../guide/ingress/annotations#annotations), add the following annotation:
65+
For [Ingress resources](../../../guide/ingress/annotations.md), add the following annotation:
6666

6767
```yaml
6868
apiVersion: networking.k8s.io/v1
@@ -73,7 +73,7 @@ metadata:
7373
alb.ingress.kubernetes.io/security-groups: <sg-id>
7474
```
7575
76-
For [Service resources](../guide/service/annotations.md#annotations), add the following annotation:
76+
For [Service resources](../../../guide/service/annotations.md#annotations), add the following annotation:
7777
7878
```yaml
7979
apiVersion: v1

0 commit comments

Comments
 (0)