Skip to content

Commit

Permalink
Add Javadocs to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Jul 27, 2015
1 parent d8e1aa9 commit 669720b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Copycat is an extensible log-based distributed coordination framework for Java 8
[Raft consensus protocol](https://raftconsensus.github.io/).

#### [User Manual](#user-manual)
#### [Javadocs][Javadoc]

Copycat is a strongly consistent embedded distributed coordination framework built on the
[Raft consensus protocol](https://raftconsensus.github.io/). Copycat exposes a set of high level APIs with tools to
Expand Down Expand Up @@ -683,9 +684,7 @@ ID for efficient serialization. Alley cat reserves serializable type IDs `128` t

### [User Manual](#user-manual)

## Javadoc

Javadocs are available [here][Javadoc].
## [Javadoc][Javadoc]

[Javadoc]: http://kuujo.github.io/copycat/java/
[Copycat]: http://kuujo.github.io/copycat/java/net/kuujo/copycat/Copycat.html
Expand Down

0 comments on commit 669720b

Please sign in to comment.