zk1931 / jzab

ZooKeeper Atomic Broadcast in Java
http://zk1931.github.io/jzab/master/
Apache License 2.0
54 stars 23 forks source link

The url of documentation in README is incorrect. #195

Closed EasonLiao closed 10 years ago

EasonLiao commented 10 years ago

http://zk1931.github.io/jzab/master/ doesn't have the most updated doc.

I guess the reason is :

cp -Rf $VERSION master

Since the master directory has already existed so the $VERSION directory will be copied inside master directory instead overwrote master directory. Like http://zk1931.github.io/jzab/master/0.3.0-SNAPSHOT/

Probably we should delete master directory first?

@m1ch1