Skip to content

Commit

Permalink
Update help links for dcos marathon add (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni authored and klueska committed Aug 15, 2017
1 parent ff00f03 commit 1f60df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/dcoscli/data/help/marathon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Positional Arguments:
Path to a file or HTTP(S) URL that contains the app's JSON definition.
If omitted, the definition is read from stdin. For a detailed
description, see
https://docs.mesosphere.com/usage/marathon/rest-api/.
https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2apps.
<deployment-id>
The deployment ID.
<group-id>
Expand All @@ -165,7 +165,7 @@ Positional Arguments:
Path to a file or HTTP(S) URL that contains the group's JSON definition.
If omitted, the definition is read from stdin. For a detailed
description, see
https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2-groups.
https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2groups.
<instance-ids>
List of one or more space-separated pod instance IDs.
<instances>
Expand Down

0 comments on commit 1f60df0

Please sign in to comment.