Skip to content

Commit 8d9313b

Browse files
committed
Fix broken links
1 parent 1faf20f commit 8d9313b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/spicedb/getting-started/discovering-spicedb.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Even if you aren't interested in paid products, you can still schedule a call or
169169

170170
<Cards>
171171
<Card arrow={true} icon={<FontAwesomeIcon icon={faDocker} />} title="Deploy the Operator on Kubernetes" href="/spicedb/ops/deploying-spicedb-operator" />
172-
<Card arrow={true} icon={<FontAwesomeIcon icon={faAws} />} title="Deploy a SpiceDB cluster on Amazon EKS" href="/spicedb/ops/deploying-spicedb-on-eks" />
172+
<Card arrow={true} icon={<FontAwesomeIcon icon={faAws} />} title="Install a SpiceDB cluster on Amazon EKS" href="/spicedb/getting-started/install/eks" />
173173
<Card arrow={true} icon={<FontAwesomeIcon icon={faPhone} />} title="Schedule a call with AuthZed" href="https://authzed.com/call?utm_source=docs_discovering_spicedb" />
174174
</Cards>
175175

pages/spicedb/getting-started/install/eks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ SpiceDB [dispatches] work across instances in the same deployment via [gRPC].
157157
We'll be securing this pod-to-pod communication with its own internal-only certificate:
158158

159159
[gRPC]: https://grpc.io
160-
[dispatches]: ../concepts/dispatch
160+
[dispatches]: ../../concepts/dispatch
161161

162162
```sh
163163
kubectl apply --server-side -f - <<EOF

0 commit comments

Comments
 (0)