Skip to content

Commit

Permalink
Merge pull request #771 from hashicorp/h-utm
Browse files Browse the repository at this point in the history
fix utm param
  • Loading branch information
KFishner committed Mar 9, 2015
2 parents 51e9205 + 3a0b933 commit bbd253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/intro/getting-started/ui.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit bbd253e

Please sign in to comment.