diff --git a/rocket.chat/README.md b/rocket.chat/README.md index 745a8c454..8fed574f1 100644 --- a/rocket.chat/README.md +++ b/rocket.chat/README.md @@ -21,7 +21,7 @@ It is a great solution for communities and companies wanting to privately host t First, start an instance of mongo: ```console -$ docker run --name db -d mongo --smallfiles +$ docker run --name db -d mongo:3.0 --smallfiles ``` Then start Rocket.Chat linked to this mongo instance: diff --git a/telegraf/README.md b/telegraf/README.md index f4f3eb76d..6b8a97f3b 100644 --- a/telegraf/README.md +++ b/telegraf/README.md @@ -180,7 +180,7 @@ Check that the measurement `foo` is added in the DB. ### Supported Plugins Reference -- [Input Plugins](https://docs.influxdata.com/telegraf/latest/outputs/) +- [Input Plugins](https://docs.influxdata.com/telegraf/latest/inputs/) - [Output Plugins](https://docs.influxdata.com/telegraf/latest/outputs/)