diff --git a/guide/README.md b/guide/README.md
index f7784968017dfa5542e19a2d2a5d047429376cec..0174d5aa893a496d2e5b08da3a50b0a2ad28b018 100644
--- a/guide/README.md
+++ b/guide/README.md
@@ -7,19 +7,21 @@ Suggestions for new topics are welcome. Please also check the [Issue tracker](ht
 
 ## Deployment guides (start here)
 
-* [Kubernetes deployment](https://github.com/openfaas/faas/blob/master/guide/deployment_k8s.md)
+* [Kubernetes deployment](deployment_k8s.md)
 
-* [Docker Swarm deployment](https://github.com/openfaas/faas/blob/master/guide/deployment_swarm.md)
+* [Docker Swarm deployment](deployment_swarm.md)
+
+* [DigitalOcean deployment (with Swarm)](deployment_digitalocean.md)
 
 ## Intermediate
 
-* [Chaining functions](https://github.com/openfaas/faas/blob/master/guide/chaining_functions.md)
+* [Chaining functions](chaining_functions.md)
 
-* [Troubleshooting](https://github.com/openfaas/faas/blob/master/guide/troubleshooting.md)
+* [Troubleshooting](troubleshooting.md)
 
-* [Asynchronous functions with NATS Streaming](https://github.com/openfaas/faas/blob/master/guide/asynchronous.md)
+* [Asynchronous functions with NATS Streaming](asynchronous.md)
 
-* [Hardening OpenFaaS with Kong & TLS](https://github.com/openfaas/faas/blob/master/guide/kong_integration.md)
+* [Hardening OpenFaaS with Kong & TLS](kong_integration.md)
 
 * WIP [Debugging Functions](https://github.com/openfaas/faas/issues/223)
 
@@ -53,4 +55,4 @@ Suggestions for new topics are welcome. Please also check the [Issue tracker](ht
 
 ## Extend OpenFaaS
 
-* [Build a third-party provider](https://github.com/openfaas/faas/blob/master/guide/backends.md)
+* [Build a third-party provider](backends.md)
diff --git a/guide/deployment_digitalocean.md b/guide/deployment_digitalocean.md
index d31939d9554405651d8e142df38527eb15f96fb9..00a2e15168727fb6fd52d6ca05eef40344341032 100644
--- a/guide/deployment_digitalocean.md
+++ b/guide/deployment_digitalocean.md
@@ -122,13 +122,3 @@ Click `Create Load Balancer` and after a few minutes your balancer will be avail
 You can now access the OpenFaaS Gateway, Prometheus dashboard and all functions via the load balanced IP address. For example from the balancer above:
 - Gateway: http://45.55.124.29:8080
 - Prometheus: http://45.55.124.29:9090
-
-## Costs
-
-The costs of running your own OpenFaaS platform on DigitalOcean depend on how resiliant you want it to be, from the simplest single node deployment, to a three node swarm behind a load balancer.
-
-| Deployment Type | Resources | Monthly Cost | Hourly Cost |
-| --------------- | --------- | ------------ | ----------- |
-| Single Node Swarm | 1x 512MB/1CPU Droplet | $5 | < 1 cent |
-| Three Node Swarm | 3x 512MB/1CPU Droplet | $15 | ~ 2 cent |
-| Three Node Swarm with Load Balancer | 3x 512MB/1CPU Droplet + Balancer | $35 | ~ 5 cent |
\ No newline at end of file