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.