1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Update link (#93)

Fix typo
This commit is contained in:
Aaron Coburn 2017-04-19 12:36:28 -04:00 committed by wxcafé
parent 6557719aab
commit 18e4c617a2
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
- [Push notifications](Using-the-API/Push-notifications.md) - [Push notifications](Using-the-API/Push-notifications.md)
### [Running Mastodon](Running-Mastodon) ### [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) - [Production guide](Running-Mastodon/Production-guide.md)
- [Alternative: Running on Heroku](Running-Mastodon/Heroku-guide.md) - [Alternative: Running on Heroku](Running-Mastodon/Heroku-guide.md)
- [Development guide](Running-Mastodon/Development-guide.md) - [Development guide](Running-Mastodon/Development-guide.md)

View File

@ -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/ 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. 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. The container has two volumes, for the assets and for user uploads, and optionally two more, for the postgresql and redis databases.