From 18e4c617a21ba6fef48d9ebd742b2b6546d022f8 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 19 Apr 2017 12:36:28 -0400 Subject: [PATCH] Update link (#93) Fix typo --- README.md | 2 +- Running-Mastodon/Docker-Guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38440141..b8982320 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - [Push notifications](Using-the-API/Push-notifications.md) ### [Running Mastodon](Running-Mastodon) -- [Ressources neeeded](Running-Mastodon/Resources-needed.md) +- [Resources neeeded](Running-Mastodon/Resources-needed.md) - [Production guide](Running-Mastodon/Production-guide.md) - [Alternative: Running on Heroku](Running-Mastodon/Heroku-guide.md) - [Development guide](Running-Mastodon/Development-guide.md) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index e61e8665..5588119b 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -50,7 +50,7 @@ If you wish to run this as a daemon process instead of monitoring it on console, Then you may login to your new Mastodon instance by browsing to http://localhost:3000/ -Following that, make sure that you read the [production guide](docs/Running-Mastodon/Production-guide.md). You are probably going to want to understand how +Following that, make sure that you read the [production guide](Production-guide.md). You are probably going to want to understand how to configure Nginx to make your Mastodon instance available to the rest of the world. The container has two volumes, for the assets and for user uploads, and optionally two more, for the postgresql and redis databases.