From dc3e0529ca577425a4171d5864134fa9320cb5bf Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Fri, 27 Jan 2017 17:01:21 +0100
Subject: [PATCH] Update broken links, add new sponsor

---
 README.md                                 | 4 ++--
 docs/Contributing-to-Mastodon/Sponsors.md | 1 +
 docs/README.md                            | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7d3f5a975a..70eef18d06 100644
--- a/README.md
+++ b/README.md
@@ -121,13 +121,13 @@ Docker is great for quickly trying out software, but it has its drawbacks too. I
 
 [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
 
-Mastodon can theoretically run indefinitely on a free [Heroku](https://heroku.com) app. [You can view a guide for deployment on Heroku here.](docs/Running-Mastodon/Heroku.md)
+Mastodon can theoretically run indefinitely on a free [Heroku](https://heroku.com) app. [You can view a guide for deployment on Heroku here.](docs/Running-Mastodon/Heroku-guide.md)
 
 ## Development with Vagrant
 
 A quick way to get a development environment up and running is with Vagrant. You will need recent versions of [Vagrant](https://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) installed.
 
-[You can find the guide for setting up a Vagrant development environment here.](docs/Running-Mastodon/Vagrant.md)
+[You can find the guide for setting up a Vagrant development environment here.](docs/Running-Mastodon/Vagrant-guide.md)
 
 ## Contributing
 
diff --git a/docs/Contributing-to-Mastodon/Sponsors.md b/docs/Contributing-to-Mastodon/Sponsors.md
index 5916ceb450..a601071b2d 100644
--- a/docs/Contributing-to-Mastodon/Sponsors.md
+++ b/docs/Contributing-to-Mastodon/Sponsors.md
@@ -29,3 +29,4 @@ These people make the development of Mastodon possible through [Patreon](https:/
 - [Jessica Hayley](https://mastodon.social/users/jayhay)
 - [Niels Roesen Abildgaard](http://hypesystem.dk/)
 - [Zatnosk](https://github.com/Zatnosk)
+- [Spex Bluefox](https://mastodon.social/users/Spex)
diff --git a/docs/README.md b/docs/README.md
index 0005937610..42adfd04c7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -17,6 +17,7 @@ Index
 ### Running Mastodon
 - [Production guide](Running-Mastodon/Production-guide.md)
 - [Development guide](Running-Mastodon/Development-guide.md)
+- [Administration guide](Running-Mastodon/Administration-guide.md)
 
 ### Contributing to Mastodon
 - [Sponsors](Contributing-to-Mastodon/Sponsors.md)
-- 
GitLab