From 7aaebda8ab9f83589d524df9331c3623c0d92ba2 Mon Sep 17 00:00:00 2001 From: Robert Zhang Date: Sat, 27 Feb 2021 00:08:23 -0800 Subject: [PATCH] Fix the URL of rippledmon git repository --- .../manage-the-rippled-server/configuration/configure-statsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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