Skip to content

Commit dc501d5

Browse files
committed
Fix markdown href
Signed-off-by: Ivan Sim <[email protected]>
1 parent bb1601e commit dc501d5

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-storage/3314-csi-differential-snapshot

1 file changed

+3
-3
lines changed

keps/sig-storage/3314-csi-differential-snapshot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ persisting them in etcd.
305305

306306
The `DifferentialSnapshot` listener that exposes the callback endpoint will be
307307
secured by delegating the request authorisation to the Kubernetes API server
308-
using the [`SubjectAccessReview`] API.
309-
310-
[`SubjectAcccessReview`]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io
308+
using the i
309+
[`SubjectAccessReview`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io)
310+
API.
311311

312312
## Design Details
313313

0 commit comments

Comments
 (0)