summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-12 00:52:19 -0700
committerelijah <elijah@riseup.net>2013-03-12 00:52:19 -0700
commit4e31e7fd9266ae87b646ddf15dd3b3818cee5e28 (patch)
tree7fa444178b9813420092cd34ad3d53d9daa187de /docs
parent003d33c565a4363504a5a4fb7c4c1a711566371f (diff)
minor: fixed link syntax
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.md b/docs/overview.md
index 6c46350..83f5c76 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -120,7 +120,7 @@ There are three "main" databases:
Additionally, each user may have multiple databases for storing client-encrypted data, such as email messages.
-Like many NoSQL databases, BigCouch is inspired by "Amazon's Dynamo paper":http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf and works by sharding each database among many servers using a circular ring hash. The number of shards might be greater than the number of servers, in which case each server would have multiple shards of the same database. Each server in the BigCouch cluster appears to contain the entire database, but actually it will just proxy the request to the actual database that has the content (if it does not have the document itself).
+Like many NoSQL databases, BigCouch is inspired by [Amazon's Dynamo paper](http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf) and works by sharding each database among many servers using a circular ring hash. The number of shards might be greater than the number of servers, in which case each server would have multiple shards of the same database. Each server in the BigCouch cluster appears to contain the entire database, but actually it will just proxy the request to the actual database that has the content (if it does not have the document itself).
Important BigCouch constants: