From cf7cb4669f71130c8d0fb2424f4ceddbb399c819 Mon Sep 17 00:00:00 2001 From: Alex Mellnik Date: Fri, 29 Sep 2017 11:46:15 -0700 Subject: 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. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3