oops fix doc links

This commit is contained in:
Scott Lystig Fritchie 2016-02-24 15:11:35 +09:00
parent 6c03f5c1a6
commit bdf47da10c
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ prototype/chain-manager/patch.*
deps
dev
erl_crash.dump
eqc
.concrete/DEV_MODE
.rebar
edoc

View file

@ -1,4 +1,4 @@
# Machi: a robust & reliable, distributed, highly available, large file store
# Machi: a distributed, decentralized blob/large file store
[Travis-CI](http://travis-ci.org/basho/machi) :: ![Travis-CI](https://secure.travis-ci.org/basho/machi.png)

View file

@ -10,14 +10,14 @@
## Prerequisites
Please refer to the
[Machi development environment prerequisites doc](./doc/dev-prerequisites.md)
[Machi development environment prerequisites doc](./dev-prerequisites.md)
for Machi developer environment prerequisites.
<a name="clone-compile">
## Clone and compile the code
Please see the
[Machi 'clone and compile' doc](./doc/dev-clone-compile.md)
[Machi 'clone and compile' doc](./dev-clone-compile.md)
for the short list of steps required to fetch the Machi source code
from GitHub and to compile &amp; test Machi.