From d51d475c59768bd0736000686c02eef946c8f27f Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 13 Jun 2017 10:48:29 -0700 Subject: [PATCH] fixed instances where docker was changed to moby and broke links (#3593) Signed-off-by: Victoria Bialas --- docker-cloud/apps/deploy-to-cloud-btn.md | 8 ++++---- docker-cloud/getting-started/deploy-app/2_set_up.md | 2 +- .../getting-started/deploy-app/3_prepare_the_app.md | 4 ++-- docker-cloud/infrastructure/link-aws.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-cloud/apps/deploy-to-cloud-btn.md b/docker-cloud/apps/deploy-to-cloud-btn.md index c8c1b7d82e..8e93b8f73f 100644 --- a/docker-cloud/apps/deploy-to-cloud-btn.md +++ b/docker-cloud/apps/deploy-to-cloud-btn.md @@ -16,7 +16,7 @@ be used anywhere else. This is an example button to deploy our [python quickstart](https://github.com/docker/dockercloud-quickstart-python){: target="_blank" class="_"}: - + The button redirects the user to the **Launch new Stack** wizard, with the stack definition already filled with the contents of any of the following files (which @@ -61,9 +61,9 @@ https://cloud.docker.com/stack/deploy/?repo= where `` is the path to your GitHub repository. For example: -* `https://github.com/moby/mobycloud-quickstart-python` -* `https://github.com/moby/mobycloud-quickstart-python/tree/staging` to use branch `staging` instead of the default branch -* `https://github.com/moby/mobycloud-quickstart-python/tree/master/example` to use branch `master` and the relative path `/example` inside the repository +* `https://github.com/docker/dockercloud-quickstart-python` +* `https://github.com/docker/dockercloud-quickstart-python/tree/staging` to use branch `staging` instead of the default branch +* `https://github.com/docker/dockercloud-quickstart-python/tree/master/example` to use branch `master` and the relative path `/example` inside the repository You can use your own image for the link (or no image). Our **Deploy to Docker Cloud** image is available at the following URL: diff --git a/docker-cloud/getting-started/deploy-app/2_set_up.md b/docker-cloud/getting-started/deploy-app/2_set_up.md index a797117904..069abe6567 100644 --- a/docker-cloud/getting-started/deploy-app/2_set_up.md +++ b/docker-cloud/getting-started/deploy-app/2_set_up.md @@ -24,7 +24,7 @@ docker run dockercloud/cli -h This command runs the `docker-cloud` CLI image in a container for you. Learn more about how to use this container -[here](https://github.com/moby/mobycloud-cli#docker-image). +[here](https://github.com/docker/dockercloud-cli#docker-image). #### Install for Linux or Windows diff --git a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md index c163bd43be..96751a2a20 100644 --- a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md +++ b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md @@ -16,14 +16,14 @@ install Python or Go to follow the tutorial. **Python quickstart** ```bash -$ git clone https://github.com/moby/mobycloud-quickstart-python.git +$ git clone https://github.com/docker/dockercloud-quickstart-python.git $ cd dockercloud-quickstart-python ``` **Go quickstart** ```bash -$ git clone https://github.com/moby/mobycloud-quickstart-go.git +$ git clone https://github.com/docker/dockercloud-quickstart-go.git $ cd dockercloud-quickstart-go ``` diff --git a/docker-cloud/infrastructure/link-aws.md b/docker-cloud/infrastructure/link-aws.md index a23003d419..7eb7d291d7 100644 --- a/docker-cloud/infrastructure/link-aws.md +++ b/docker-cloud/infrastructure/link-aws.md @@ -111,7 +111,7 @@ You can use the following `dockercloud-policy` to limit Docker Cloud to a specif 7. Give the new role a name, such as `dockercloud-role`. - > **Note**: You must use one role per Docker Cloud account namespace, so if you will be using nodes from a single AWS account for multiple Docker Cloud accounts, you should add an identifying the namespace to the end of the name. For example, you might have `dockercloud-role-moby` and `dockercloud-role-teamawesome`. + > **Note**: You must use one role per Docker Cloud account namespace, so if you will be using nodes from a single AWS account for multiple Docker Cloud accounts, you should add an identifying the namespace to the end of the name. For example, you might have `dockercloud-role-docker` and `dockercloud-role-teamawesome`. 8. Click **Create Role**.