From c16c8ccf167e2190806bf4c058eed5117ebcfa47 Mon Sep 17 00:00:00 2001 From: Tejas Parikh Date: Tue, 13 Jul 2021 09:35:32 -0400 Subject: [PATCH] Fix documentation link in readme broken link reported in https://github.com/kubernetes-sigs/container-object-storage-interface-api/issues/45 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57c260a..387ae3ae 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository hosts the API defintion of the Custom Resource Definitions (CRD) **NOTE**: All of the APIs are defined under the API group `objectstorage.k8s.io`. -For more information about COSI, visit our [documentation](https://github.com/kubernetes-sigs/container-object-storage-interface-api/blob/master/docs/index.md). +For more information about COSI, visit our [documentation](https://container-object-storage-interface.github.io/). ## Developer Guide All API definitions are in [`apis/objectstorage.k8s.io/`](./apis/objectstorage.k8s.io/). All API changes **_MUST_** satisfy the following requirements: