From 081e1e509107ae7523e61f16c52f7af471b7bb82 Mon Sep 17 00:00:00 2001 From: Kelly Date: Wed, 15 Jul 2020 13:39:03 -0700 Subject: [PATCH] fix typo --- content/v2.0/monitor-alert/templates/infrastructure/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/monitor-alert/templates/infrastructure/docker.md b/content/v2.0/monitor-alert/templates/infrastructure/docker.md index 3dbb4d874..273aeab3a 100644 --- a/content/v2.0/monitor-alert/templates/infrastructure/docker.md +++ b/content/v2.0/monitor-alert/templates/infrastructure/docker.md @@ -30,7 +30,7 @@ For more information about how checks, notification endpoints, and notifications 1. Use the [`influx` CLI](/v2.0/reference/cli/influx/) to run the following command: ```sh - influx apply -f hhttps://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml + influx apply -f https://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml ``` For more information, see [influx apply](/v2.0/reference/cli/influx/apply/).