aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.md
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2017-02-06 12:58:56 -0800
committerGitHub <noreply@github.com>2017-02-06 12:58:56 -0800
commiteb7577d3dfa0f8cd286c74c849ccff474680d80b (patch)
tree1677cbfd8e84164d3017091c0264191c22a07c53 /docs/faq.md
parentdfeeb335f801ba0cf99a3463af9be6b009e857dc (diff)
downloaddat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.tar.gz
dat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.zip
fix outdated references + links
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.md b/docs/faq.md
index d89d62e..582112e 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -34,11 +34,11 @@ Yes, it is our only implementation. Find it on GitHub: [dat-node](http://github.
### Is there an online dataset registry, like GitHub?
-Yes. See [datproject/datfolder](http://github.com/datproject/datfolder) on GitHub.
+Yes. See [datproject/datproject.org](https://github.com/datproject/datproject.org) on GitHub.
### Is there a desktop application?
-Yes. See [datproject/dat-desktop](http://github.com/datproject/dat-desktop) on GitHub.
+Yes, you'll be able to [install soon](https://datproject.org/install)! See [datproject/dat-desktop](http://github.com/datproject/dat-desktop) on GitHub for development updates.
### Do you plan to have Python or R or other third-party language integrations?
@@ -82,7 +82,7 @@ Dat uses hyperdrive and a variety of other modules. Hyperdrive and Dat are compa
### Does Dat use WebRTC?
-Our [datfolder](http://github.com/datproject/datfolder) prototype used WebRTC to transfer data between peers. Moving forward, we are not planning on immediately supporting WebRTC in any Dat client because of reliability issues and lack of support in non-browser environments. Our future browser implementations of Dat will use websockets to transfer data to non-browser Dat interfaces.
+No. We implemented a prototype web version using WebRTC. Moving forward, we are not planning on immediately supporting WebRTC in any Dat client because of reliability issues and lack of support in non-browser environments. Our future browser implementations of Dat will use websockets to transfer data to non-browser Dat interfaces.
### Dat on the CLI isn't connecting, how do I debug?