From 472271af1fde9141d138e35c526714f99407bf0b Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 13 Jul 2015 18:13:57 -0400 Subject: [PATCH] change based on @KamiQuasi #280 --- docs/Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 470c53e..70e1745 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -22,7 +22,7 @@ All command line flags take precedence over the configuration file. Determines the type of the underlying database. Options include: * `mem`: An in-memory store, based on an initial N-Quads file. Loses all changes when the process exits. - * `leveldb`: A persistent on-disk store backed by [LevelDB](http://code.google.com/p/leveldb/). + * `leveldb`: A persistent on-disk store backed by [LevelDB](https://github.com/google/leveldb). * `bolt`: Stores the graph data on-disk in a [Bolt](http://github.com/boltdb/bolt) file. Uses more disk space and memory than LevelDB for smaller stores, but is often faster to write to and comparable for large ones, with faster average query times. * `mongo`: Stores the graph data and indices in a [MongoDB](http://mongodb.org) instance. Slower, as it incurs network traffic, but multiple Cayley instances can disappear and reconnect at will, across a potentially horizontally-scaled store. @@ -142,4 +142,4 @@ Optionally ignore missing quad on delete. * Type: Boolean * Default: false -Optionally ignore duplicated quad on add. \ No newline at end of file +Optionally ignore duplicated quad on add.