Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit e703fa9

Browse files
authored
Merge pull request #28 from tparikh/readme-updates
updated README.md
2 parents 7402eff + 96d23f5 commit e703fa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Kubernetes abstracts file/block storage via the CSI standard. The primitives for
1212

1313
- Unit of provisioned storage - Bucket instead of filesystem mount or block device.
1414
- Access is over the network instead of local POSIX calls.
15-
- No common protocol for consumption across various implementations of object storage.
15+
- No common protocol for consumption across various implementations of object storage.
1616
- Management policies and primitives - for instance, mounting and unmounting do not apply to object storage.
1717

1818
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
5353

5454
## References
5555

56-
- [Documentation](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/index.md)
57-
- [Deployment Guide](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/deployment-guide.md)
58-
- [Weekly Meetings](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/meetings.md)
59-
- [Roadmap](https://github.com/orgs/kubernetes-sigs/projects/8)
56+
- [Documentation](https://container-object-storage-interface.github.io/)
57+
- [Deployment Guide](https://container-object-storage-interface.github.io/docs/deployment-guide)
58+
- [Weekly Meetings](https://container-object-storage-interface.github.io/docs/community/weekly-meetings)
59+
- [Roadmap](https://github.com/orgs/kubernetes-sigs/projects/8)
6060

6161
## Community, discussion, contribution, and support
6262

6363
You can reach the maintainers of this project at:
6464

65-
- [#sig-storage-cosi](https://kubernetes.slack.com/messages/sig-storage-cosi) slack channel
66-
- [container-object-storage-interface](https://groups.google.com/g/container-object-storage-interface-wg?pli=1) mailing list
65+
- [#sig-storage-cosi](https://kubernetes.slack.com/messages/sig-storage-cosi) slack channel
66+
- [container-object-storage-interface](https://groups.google.com/g/container-object-storage-interface-wg?pli=1) mailing list
6767

6868
### Code of conduct
6969

0 commit comments

Comments
 (0)