aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mellnik <a.r.mellnik@gmail.com>2017-09-29 11:46:15 -0700
committerJoe Hand <joe@joeahand.com>2017-09-29 11:46:15 -0700
commitcf7cb4669f71130c8d0fb2424f4ceddbb399c819 (patch)
treebe3e95f19d91b314e2a1792802de565dfafb27e9
parent8c16c58a51ed74c19937cb418e30999603e73577 (diff)
downloaddat-docs-cf7cb4669f71130c8d0fb2424f4ceddbb399c819.tar.gz
dat-docs-cf7cb4669f71130c8d0fb2424f4ceddbb399c819.zip
Fix broken link in Readme (#88)
Need `https://` before the digital ocean link, otherwise it renders to `https://docs.datproject.org/digitalocean.com` in html.
-rw-r--r--docs/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.md b/docs/tutorial.md
index c63d061..e354ab6 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -71,6 +71,6 @@ If you don't want the other person to download dat, you can also send them a lin
Your data will be available on the network as long as the process is open. However, if you need to close your laptop or turn off the computer, you might want to host the dat for long-term on a server.
-First, you need to purchase a server on your own. We recommend using [Digital Ocean](digitalocean.com), or setting up a [data silo in your house](https://github.com/datproject/datasilo).
+First, you need to purchase a server on your own. We recommend using [Digital Ocean](https://digitalocean.com), or setting up a [data silo in your house](https://github.com/datproject/datasilo).
Once you have a server available, head over to the [Running Dats on a Server section to automatically re-host your dat](/server).