aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ecosystem.md
diff options
context:
space:
mode:
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.