Skip to content

Commit

Permalink
Fix markdown href
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <ivan.sim@kasten.io>
  • Loading branch information
ihcsim committed Jun 10, 2022
1 parent bb1601e commit dc501d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keps/sig-storage/3314-csi-differential-snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ persisting them in etcd.

The `DifferentialSnapshot` listener that exposes the callback endpoint will be
secured by delegating the request authorisation to the Kubernetes API server
using the [`SubjectAccessReview`] API.

[`SubjectAcccessReview`]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io
using the i
[`SubjectAccessReview`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io)
API.

## Design Details

Expand Down

0 comments on commit dc501d5

Please sign in to comment.