diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-07-31 10:25:20 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-07-31 10:25:20 -0600 |
commit | c2745b3c62985affcf08d0522135f4747e9b81f3 (patch) | |
tree | 1680dea5f0c4c26ebbc28f525a5f15ea93c94997 | |
parent | Merge pull request #398 from odeke-em/master (diff) | |
parent | Better URL for Bazil in README (diff) | |
download | dedo-c2745b3c62985affcf08d0522135f4747e9b81f3.tar.gz dedo-c2745b3c62985affcf08d0522135f4747e9b81f3.tar.xz |
Merge pull request #403 from tv42/readme-bazil
Better URL for Bazil in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -592,7 +592,7 @@ Here are a few things to note when evaluating and using Bolt: Below is a list of public, open source projects that use Bolt: * [Operation Go: A Routine Mission](http://gocode.io) - An online programming game for Golang using Bolt for user accounts and a leaderboard. -* [Bazil](https://github.com/bazillion/bazil) - A file system that lets your data reside where it is most convenient for it to reside. +* [Bazil](https://bazil.org/) - A file system that lets your data reside where it is most convenient for it to reside. * [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb. * [Skybox Analytics](https://github.com/skybox/skybox) - A standalone funnel analysis tool for web analytics. * [Scuttlebutt](https://github.com/benbjohnson/scuttlebutt) - Uses Bolt to store and process all Twitter mentions of GitHub projects. |