From ffdd27f405c7e3ab252d114de5b6561c2972b3b5 Mon Sep 17 00:00:00 2001 From: Kevin Fishner Date: Mon, 9 Mar 2015 15:20:18 -0700 Subject: [PATCH] fix utm param --- website/source/intro/getting-started/ui.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/ui.html.markdown b/website/source/intro/getting-started/ui.html.markdown index 3319aa746..55f8ab453 100644 --- a/website/source/intro/getting-started/ui.html.markdown +++ b/website/source/intro/getting-started/ui.html.markdown @@ -22,7 +22,7 @@ To setup the Atlas UI for Consul, you must add two fields to your configuration $ consul agent -atlas=ATLAS_USERNAME/demo -atlas-token="ATLAS_TOKEN" ``` -To get an Atlas username and token, [create an account here](https://atlas.hashicorp.com/account/new?utm_source=oss&utm_medium=getting-started-ui&utm_campaign=packer) and replace the respective values in your Consul configuration with your credentials. +To get an Atlas username and token, [create an account here](https://atlas.hashicorp.com/account/new?utm_source=oss&utm_medium=getting-started-ui&utm_campaign=consul) and replace the respective values in your Consul configuration with your credentials. You can view a live demo of the Atlas UI [here](https://atlas.hashicorp.com/hashicorp/infrastructures/consul-demo).