diff --git a/404.md b/404.md
index 34861c5382..2d5328fc74 100644
--- a/404.md
+++ b/404.md
@@ -68,7 +68,7 @@ if (gonnaFwd) {
console.log("Showing 404 choices");
var ghIssueQueryString = "title=404%20at%20" + path + "&body=URL%3A%20" + path;
var output = new Array();
- output.push("
- File a ticket
");
+ output.push("");
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8f97691171..f55ea9cfe8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -59,31 +59,31 @@ work will be visible on docs.docker.com.
The following `vnext` branches currently exist:
-- **[vnext-engine](https://github.com/moby/moby.github.io/tree/vnext-engine):**
+- **[vnext-engine](https://github.com/docker/docker.github.io/tree/vnext-engine):**
docs for upcoming features in the [docker/docker](https://github.com/moby/moby/)
project
-- **[vnext-compose](https://github.com/moby/moby.github.io/tree/vnext-compose):**
+- **[vnext-compose](https://github.com/docker/docker.github.io/tree/vnext-compose):**
docs for upcoming features in the [docker/compose](https://github.com/docker/compose/)
project
-- **[vnext-distribution](https://github.com/moby/moby.github.io/tree/vnext-distribution):**
+- **[vnext-distribution](https://github.com/docker/docker.github.io/tree/vnext-distribution):**
docs for upcoming features in the [docker/distribution](https://github.com/docker/distribution/)
project
-- **[vnext-opensource](https://github.com/moby/moby.github.io/tree/vnext-opensource):**
+- **[vnext-opensource](https://github.com/docker/docker.github.io/tree/vnext-opensource):**
docs for upcoming features in the [docker/opensource](https://github.com/docker/opensource/)
project
-- **[vnext-swarm](https://github.com/moby/moby.github.io/tree/vnext-swarm):**
+- **[vnext-swarm](https://github.com/docker/docker.github.io/tree/vnext-swarm):**
docs for upcoming features in the [docker/swarm](https://github.com/docker/swarm/)
project
-- **[vnext-toolbox](https://github.com/moby/moby.github.io/tree/vnext-toolbox):**
+- **[vnext-toolbox](https://github.com/docker/docker.github.io/tree/vnext-toolbox):**
docs for upcoming features in the [docker/toolbox](https://github.com/docker/toolbox/)
project
-- **[vnext-kitematic](https://github.com/moby/moby.github.io/tree/vnext-kitematic):**
+- **[vnext-kitematic](https://github.com/docker/docker.github.io/tree/vnext-kitematic):**
docs for upcoming features in the [docker/kitematic](https://github.com/docker/kitematic/)
project
diff --git a/README.md b/README.md
index 56be3bc87d..be3e7bd37d 100644
--- a/README.md
+++ b/README.md
@@ -74,23 +74,23 @@ work will be visible on [https://docs.docker.com/](https://docs.docker.com/).
The following `vnext` branches currently exist:
-- **[vnext-engine](https://github.com/moby/moby.github.io/tree/vnext-engine):**
+- **[vnext-engine](https://github.com/docker/docker.github.io/tree/vnext-engine):**
docs for upcoming features in the [docker/docker](https://github.com/moby/moby/)
project
-- **[vnext-compose](https://github.com/moby/moby.github.io/tree/vnext-compose):**
+- **[vnext-compose](https://github.com/docker/docker.github.io/tree/vnext-compose):**
docs for upcoming features in the [docker/compose](https://github.com/docker/compose/)
project
-- **[vnext-distribution](https://github.com/moby/moby.github.io/tree/vnext-distribution):**
+- **[vnext-distribution](https://github.com/docker/docker.github.io/tree/vnext-distribution):**
docs for upcoming features in the [docker/distribution](https://github.com/docker/distribution/)
project
-- **[vnext-swarm](https://github.com/moby/moby.github.io/tree/vnext-swarm):**
+- **[vnext-swarm](https://github.com/docker/docker.github.io/tree/vnext-swarm):**
docs for upcoming features in the [docker/swarm](https://github.com/docker/swarm/)
project
-- **[vnext-toolbox](https://github.com/moby/moby.github.io/tree/vnext-toolbox):**
+- **[vnext-toolbox](https://github.com/docker/docker.github.io/tree/vnext-toolbox):**
docs for upcoming features in the [docker/toolbox](https://github.com/docker/toolbox/)
project
@@ -111,7 +111,7 @@ You have three options:
1. On your local machine, clone this repo and run our staging container:
```bash
- git clone https://github.com/moby/moby.github.io.git
+ git clone https://github.com/docker/docker.github.io.git
cd docker.github.io
docker-compose up
```
@@ -134,7 +134,7 @@ You have three options:
a. Clone this repo by running:
```bash
- git clone https://github.com/moby/moby.github.io.git
+ git clone https://github.com/docker/docker.github.io.git
```
b. Install Ruby 2.3 or later as described in [Installing Ruby]
diff --git a/apidocs/cloud-api-source/README.md b/apidocs/cloud-api-source/README.md
index ab0c42d070..7b96c777a0 100644
--- a/apidocs/cloud-api-source/README.md
+++ b/apidocs/cloud-api-source/README.md
@@ -11,7 +11,7 @@ If you find a typo or mismatch between the API and this documentation, please se
To run it locally:
```none
-$ git clone https://github.com/moby/moby.github.io.git
+$ git clone https://github.com/docker/docker.github.io.git
$ make release
```
diff --git a/edge/engine/reference/commandline/README.md b/edge/engine/reference/commandline/README.md
index ff59d8fe0f..aff6f8f155 100644
--- a/edge/engine/reference/commandline/README.md
+++ b/edge/engine/reference/commandline/README.md
@@ -25,5 +25,5 @@ The process for generating the YAML files is still in flux. Check with
branch of `docker/docker` checked out (probably not `master`).
After generating the YAML files, replace the YAML files in
-[https://github.com/moby/moby.github.io/tree/master/_data/engine-cli](https://github.com/moby/moby.github.io/tree/master/_data/engine-cli)
+[https://github.com/docker/docker.github.io/tree/master/_data/engine-cli](https://github.com/docker/docker.github.io/tree/master/_data/engine-cli)
with the newly-generated files. Submit a pull request.
diff --git a/engine/examples/mongodb.md b/engine/examples/mongodb.md
index c5cf228f9b..e3edf44cb2 100644
--- a/engine/examples/mongodb.md
+++ b/engine/examples/mongodb.md
@@ -102,7 +102,7 @@ ENTRYPOINT ["/usr/bin/mongod"]
Now save the file and let's build our image.
-> **Note**: The full version of this `Dockerfile` can be found [here](https://github.com/moby/moby.github.io/blob/master/engine/examples/mongodb/Dockerfile).
+> **Note**: The full version of this `Dockerfile` can be found [here](https://github.com/docker/docker.github.io/blob/master/engine/examples/mongodb/Dockerfile).
## Building the MongoDB Docker image
diff --git a/engine/reference/commandline/README.md b/engine/reference/commandline/README.md
index ff59d8fe0f..aff6f8f155 100644
--- a/engine/reference/commandline/README.md
+++ b/engine/reference/commandline/README.md
@@ -25,5 +25,5 @@ The process for generating the YAML files is still in flux. Check with
branch of `docker/docker` checked out (probably not `master`).
After generating the YAML files, replace the YAML files in
-[https://github.com/moby/moby.github.io/tree/master/_data/engine-cli](https://github.com/moby/moby.github.io/tree/master/_data/engine-cli)
+[https://github.com/docker/docker.github.io/tree/master/_data/engine-cli](https://github.com/docker/docker.github.io/tree/master/_data/engine-cli)
with the newly-generated files. Submit a pull request.
diff --git a/get-started/index.md b/get-started/index.md
index 3c7a56e074..6b4f755b06 100644
--- a/get-started/index.md
+++ b/get-started/index.md
@@ -3,6 +3,8 @@ title: "Get Started, Part 1: Orientation and Setup"
keywords: get started, setup, orientation, quickstart, intro, concepts, containers
description: Get oriented on some basics of Docker before diving into the walkthrough.
redirect_from:
+- /getstarted/
+- /get-started/part1/
- /engine/getstarted/
- /learn/
- /engine/getstarted/step_one/
diff --git a/get-started/part6.md b/get-started/part6.md
index c9ff18028e..e32af92443 100644
--- a/get-started/part6.md
+++ b/get-started/part6.md
@@ -121,7 +121,7 @@ Enterprise on each of these providers:
* [Docker Enterprise for Azure](https://store.docker.com/editions/enterprise/docker-ee-azure?tab=description){: onclick="ga('send', 'event', 'Get Started Referral', 'Enterprise', 'EE for Azure');"}
> **Note**: Having trouble with these? View [our setup guide for AWS](/datacenter/install/aws/){: onclick="ga('send', 'event', 'Get Started Referral', 'Enterprise', 'AWS setup guide');"}.
-> You can also [view the WIP guide for Microsoft Azure](https://github.com/moby/moby.github.io/pull/2796){: onclick="ga('send', 'event', 'Get Started Referral', 'Enterprise', 'Azure setup guide');"}.
+> You can also [view the WIP guide for Microsoft Azure](https://github.com/docker/docker.github.io/pull/2796){: onclick="ga('send', 'event', 'Get Started Referral', 'Enterprise', 'Azure setup guide');"}.
{{ enterprisedeployapp }}
{% endcapture %}
diff --git a/glossary.md b/glossary.md
index ad5dc7d43f..c28e98b34f 100644
--- a/glossary.md
+++ b/glossary.md
@@ -7,7 +7,7 @@ noratings: true
---