From 96d23f566f2ee4ca099a5a29fba50b9f8d0950bd Mon Sep 17 00:00:00 2001 From: Tejas Parikh Date: Tue, 25 May 2021 18:06:16 -0400 Subject: [PATCH] updated README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa97ce9..0543108 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Kubernetes abstracts file/block storage via the CSI standard. The primitives for - Unit of provisioned storage - Bucket instead of filesystem mount or block device. - Access is over the network instead of local POSIX calls. - - No common protocol for consumption across various implementations of object storage. + - No common protocol for consumption across various implementations of object storage. - Management policies and primitives - for instance, mounting and unmounting do not apply to object storage. The existing primitives in CSI do not apply to objectstorage. Thus the need for a new standard to automate the management of objectstorage. @@ -53,17 +53,17 @@ make all ## References - - [Documentation](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/index.md) - - [Deployment Guide](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/deployment-guide.md) - - [Weekly Meetings](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/meetings.md) - - [Roadmap](https://github.com/orgs/kubernetes-sigs/projects/8) +- [Documentation](https://container-object-storage-interface.github.io/) +- [Deployment Guide](https://container-object-storage-interface.github.io/docs/deployment-guide) +- [Weekly Meetings](https://container-object-storage-interface.github.io/docs/community/weekly-meetings) +- [Roadmap](https://github.com/orgs/kubernetes-sigs/projects/8) ## Community, discussion, contribution, and support You can reach the maintainers of this project at: - - [#sig-storage-cosi](https://kubernetes.slack.com/messages/sig-storage-cosi) slack channel - - [container-object-storage-interface](https://groups.google.com/g/container-object-storage-interface-wg?pli=1) mailing list +- [#sig-storage-cosi](https://kubernetes.slack.com/messages/sig-storage-cosi) slack channel +- [container-object-storage-interface](https://groups.google.com/g/container-object-storage-interface-wg?pli=1) mailing list ### Code of conduct