aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ecosystem.md
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-08-29 12:24:31 -0700
committerJoe Hand <joe@joeahand.com>2016-08-29 12:24:31 -0700
commit76dac730c6a773efbcd3a389c342c1c41519eb76 (patch)
tree0b875a05a9529e28ce18e163da92eb394616f75f /docs/ecosystem.md
parent17926b349a0ab5a761b0a97dde27f71a1e1f332e (diff)
downloaddat-docs-76dac730c6a773efbcd3a389c342c1c41519eb76.tar.gz
dat-docs-76dac730c6a773efbcd3a389c342c1c41519eb76.zip
update maxogden/dat to datproject/dat
Diffstat (limited to 'docs/ecosystem.md')
-rw-r--r--docs/ecosystem.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ecosystem.md b/docs/ecosystem.md
index 1c7a411..efc2578 100644
--- a/docs/ecosystem.md
+++ b/docs/ecosystem.md
@@ -1,6 +1,6 @@
# Dat Module Ecosystem
-We have built and contributed to a variety of modules that support our work on Dat as well as the larger data and code ecosystem. Feel free to go deeper and see the implementations we are using in the [Dat command-line tool](https://github.com/maxogden/dat) and the [Dat-js](https://github.com/joehand/dat-js), the javascript Dat module.
+We have built and contributed to a variety of modules that support our work on Dat as well as the larger data and code ecosystem. Feel free to go deeper and see the implementations we are using in the [Dat command-line tool](https://github.com/datproject/dat) and the [Dat-js](https://github.com/joehand/dat-js), the javascript Dat module.
Dat embraces the Unix philosophy: a modular design with composable parts. All of the pieces can be replaced with alternative implementations as long as they implement the abstract API.