From eb7577d3dfa0f8cd286c74c849ccff474680d80b Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Mon, 6 Feb 2017 12:58:56 -0800 Subject: fix outdated references + links --- docs/ecosystem.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/ecosystem.md') diff --git a/docs/ecosystem.md b/docs/ecosystem.md index 3132190..97b1d74 100644 --- a/docs/ecosystem.md +++ b/docs/ecosystem.md @@ -1,14 +1,15 @@ # 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/datproject/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 Desktop](https://github.com/datproject/dat-desktop). 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. ## Public Interface Modules -* [dat](dat) - the command line interface for sharing and downloading files -* [dat.land](dat.land) - repository for the [dat.land](https://dat.land) website, a public data registry and sharing -* [dat desktop](https://github.com/juliangruber/dat-desktop) - dat desktop application for sharing and downloading files +* [dat](https://github.com/datproject/dat) - the command line interface for sharing and downloading files +* [Dat Desktop](https://github.com/datproject/dat-desktop) - dat desktop application for sharing and downloading files +* [datproject.org](https://github.com/datproject/datproject.org/) - repository for the Dat project website, a public data registry and sharing +* [Dat Protocol](https://www.datprotocol.com/) - The Dat protocol specification ## File and Block Component Modules -- cgit v1.2.3