diff --git a/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md b/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md index b44c833e63..bb79cf47ef 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md +++ b/content/tutorials/manage-the-rippled-server/configuration/configure-statsd.md @@ -8,7 +8,7 @@ To enable StatsD on your `rippled` server, perform the following steps: 1. Set up a `rippledmon` instance on another machine to receive and aggregate stats. - $ git clone https://github.com/rippled/rippledmon.git + $ git clone https://github.com/ripple/rippledmon.git $ cd rippledmon $ docker-compose up