Merge pull request #230 from robertbaldyga/readme-link-to-doc

README: Add link to documentation
This commit is contained in:
Adam Rutkowski 2019-08-05 12:51:15 +02:00 committed by GitHub
commit efbd2cce0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,15 @@ 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
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
~~~