From 3d73eecf0b834a54563917e98bb34b5dc847463c Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 5 Aug 2019 11:55:41 +0200 Subject: [PATCH 1/2] README: Add link to documentation Signed-off-by: Robert Baldyga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aa9c4b..1e8c476 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ utility. ## Documentation +OCF documentation is available on [GitHub Pages](http://open-cas.github.io/doxygen/ocf). Doxygen API documentation is available [here](http://open-cas.github.io/doxygen/ocf). -More documentation, tutorial and examples will be available soon. ## Source Code From c4f441ba6faac7f67b2bfe606af1a823b0d475ca Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 5 Aug 2019 12:18:46 +0200 Subject: [PATCH 2/2] README: Fix clone address Signed-off-by: Robert Baldyga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8c476..417b94a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Doxygen API documentation is available [here](http://open-cas.github.io/doxygen/ Source code is available in the official OCF GitHub repository: ~~~{.sh} -git clone https://github.com/open-cas/ocf +git clone https://github.com/Open-CAS/ocf.git cd ocf ~~~