diff --git a/blog/_posts/2018-04-10-container-storage-interface-beta.md b/blog/_posts/2018-04-10-container-storage-interface-beta.md index 1606ea847a..6636d5e90d 100644 --- a/blog/_posts/2018-04-10-container-storage-interface-beta.md +++ b/blog/_posts/2018-04-10-container-storage-interface-beta.md @@ -177,7 +177,7 @@ In addition to being difficult to deploy, Flex did not address the pain of plugi CSI addresses these issues by not only enabling storage plugins to be developed out-of-tree, but also containerized and deployed via standard Kubernetes primitives. -If you still have questions about in-tree volumes vs CSI vs Flex, please see the [Volume Plugin FAQ] (https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md). +If you still have questions about in-tree volumes vs CSI vs Flex, please see the [Volume Plugin FAQ](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md). ## What will happen to the in-tree volume plugins?