Skip to content

Commit 669b51a

Browse files
author
Misty Stanley-Jones
authored
Fix broken links (docker#2521)
1 parent 9ff9a61 commit 669b51a

File tree

8 files changed

+49
-31
lines changed

8 files changed

+49
-31
lines changed

_data/toc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ reference:
701701
title: docker plugin rm
702702
- path: /engine/reference/commandline/plugin_set/
703703
title: docker plugin set
704+
- path: /engine/reference/commandline/plugin_upgrade/
705+
title: docker plugin upgrade
704706
- path: /engine/reference/commandline/port/
705707
title: docker port
706708
- path: /engine/reference/commandline/ps/

compose/compose-file/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tutorial](/engine/getstarted-voting-app/index.md).
3737

3838
<div class="panel panel-default">
3939
<div class="panel-heading" role="tab" id="headingThree">
40-
<h4 class="panel-title" id="collapsible-group-item-3"> <a class="" role="button" data-toggle="collapse" data-parent="#accordion" href="/components/#collapseThree" aria-expanded="true" aria-controls="collapseThree"> Example Compose file version 3 </a> </h4>
40+
<h4 class="panel-title" id="collapsible-group-item-3"> <a class="" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree"> Example Compose file version 3 </a> </h4>
4141
</div>
4242
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree" aria-expanded="true">
4343
<div class="panel-body">

cs-engine/1.12/release-notes/release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ CS Engine. For notes on older versions, see the [CS Engine prior release notes a
3030
## CS Engine 1.12.6-cs9
3131
(28 Feb 2017)
3232

33-
* Fixes an issue causing containerd to deadlock [#336](github.com/docker/containerd/pull/336)
34-
* Fixes an issue where encrypted overlay networks stop working [#30727](github.com/docker/docker/issues/30727)
33+
* Fixes an issue causing containerd to deadlock [#336](https://github.com/docker/containerd/pull/336)
34+
* Fixes an issue where encrypted overlay networks stop working [#30727](https://github.com/docker/docker/issues/30727)
3535

3636
## CS Engine 1.12.6-cs8
3737
(8 Feb 2017)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
datafolder: engine-cli
3+
datafile: docker_plugin_upgrade
4+
title: docker plugin upgrade
5+
---
6+
<!--
7+
Sorry, but the contents of this page are automatically generated from
8+
Docker's source code. If you want to suggest a change to the text that appears
9+
here, you'll need to find the string by searching this repo:
10+
11+
https://www.github.com/docker/docker
12+
-->
13+
{% include cli.md %}

machine/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Toolbox.
7373

7474
* Make sure you have [the latest VirtualBox](https://www.virtualbox.org/wiki/Downloads){: target="_blank" class="_"}
7575
correctly installed on your system. If you used
76-
[Toolbox]("https://www.docker.com/products/docker-toolbox"){: target="_blank" class="_"}
76+
[Toolbox](https://www.docker.com/products/docker-toolbox){: target="_blank" class="_"}
7777
or [Docker for Windows](/docker-for-windows/index.md){: target="_blank" class="_"}
7878
to install Docker Machine, VirtualBox is
7979
automatically installed.

notary/advanced_usage.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,14 @@ The targets key must be locally managed - to rotate the targets key, for instanc
9898
### Use a Yubikey
9999

100100
Notary can be used with
101-
<a href="https://www.yubico.com/products/yubikey-hardware/yubikey4/" target="_blank">Yubikey
102-
4</a> keys, via a PKCS11 interface when the Yubikey has CCID mode enabled.
101+
[Yubikey 4](https://www.yubico.com/products/yubikey-hardware/yubikey4/){: target="_blank" class="_"}
102+
keys, via a PKCS11 interface when the Yubikey has CCID mode enabled.
103103
The Yubikey will be prioritized to store root keys, and will require user touch-input for signing.
104104
Note that Yubikey support is included with the Docker Engine 1.11 client for use with Docker Content Trust.
105105

106106
Yubikey support requires
107-
<a href="https://www.yubico.com/support/downloads" target="_blank">Yubico PIV libraries
108-
(which are bundled with the PIV tools)</a> to be available in standard
109-
library locations.
107+
[Yubico PIV libraries](https://www.yubico.com/support/knowledge-base/categories/downloads/){: target="_blank" class="_"}
108+
(bundled with the PIV tools) to be available in standard library locations.
110109

111110
## Work with delegation roles
112111

opensource/project/test-and-docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ make any changes, just run these commands again.
242242

243243
The Docker documentation source files are in a centralized repository at
244244
[https://github.com/docker/docker.github.io](https://github.com/docker/docker.github.io). The content is
245-
written using extended Markdown, which you can edit in a plain text editor such as
245+
written using extended Markdown, which you can edit in a plain text editor such as
246246
Atom or Notepad. The docs are built using [Jekyll](https://jekyllrb.com/).
247247

248248
Most documentation is developed in the centralized repository. The exceptions are
@@ -282,7 +282,7 @@ which will build an image named `docs/docstage` and launch a container with Jeky
282282
correctly. The container uses Jekyll to incrementally build and serve the site using the
283283
files in the local repository.
284284

285-
Go to [http://localhost:4000/](http://localhost:4000/) in your web browser to view the documentation.
285+
Go to `http://localhost:4000/` in your web browser to view the documentation.
286286

287287
The container runs in the foreground. It will continue to run and incrementally build the site when changes are
288288
detected, even if you change branches.

opensource/workflow/review-pr.md

+24-20
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The CI system is an automated system. The maintainers are human beings that also
1212
work on Docker. You need to understand and work with both the "bots" and the
1313
"beings" to review your contribution.
1414

15+
> **Note**: These guidelines apply to Docker code submissions. If you want to
16+
> contribute to the Docker documentation itself, see the guidelines in the
17+
> `docker.github.io` repository's
18+
> [README.md](https://github.com/docker/docker.github.io).
1519
1620
## How we process your review
1721

@@ -28,27 +32,29 @@ code. Building includes running the same tests you ran locally. If you forgot
2832
to run tests or missed something in fixing problems, the automated build is our
2933
safety check.
3034

31-
After Gordon and the bots, the "beings" review your work. Docker maintainers look
32-
at your pull request and comment on it. The shortest comment you might see is
33-
`LGTM` which means **l**ooks-**g**ood-**t**o-**m**e. If you get an `LGTM`, that
34-
is a good thing, you passed that review.
35+
After Gordon and the bots, Docker maintainers look at your pull request and
36+
provide feedback. The shortest comment you might see is `LGTM` which means
37+
"Looks Good To Me". If you get an `LGTM`, that is a good thing, you passed that
38+
review.
3539

3640
For complex changes, maintainers may ask you questions or ask you to change
37-
something about your submission. All maintainer comments on a PR go to the
38-
email address associated with your GitHub account. Any GitHub user who
39-
"participates" in a PR receives an email to. Participating means creating or
40-
commenting on a PR.
41-
42-
Our maintainers are very experienced Docker users and open source contributors.
43-
So, they value your time and will try to work efficiently with you by keeping
41+
something about your submission. You are notified about all maintainer comments
42+
on a PR, depending on the way you have configured Github to notify you. Any
43+
GitHub user who participates in a PR receives an email. Participation includes
44+
creating the PR, commenting on it, committing into someone else's PR, or being
45+
at-mentioned in a comment. You can unsubscribe from notifications to a PR by
46+
clicking the **Unsubscribe** button.
47+
48+
Our maintainers are experienced Docker users and open source contributors.
49+
They value your time and will try to work efficiently with you by keeping
4450
their comments specific and brief. If they ask you to make a change, you'll
4551
need to update your pull request with additional changes.
4652

4753
## Update an existing pull request
4854

4955
To update your existing pull request:
5056

51-
1. Checkout the PR branch in your local `docker-fork` repository.
57+
1. Checkout the PR branch in your local repository.
5258

5359
This is the branch associated with your request.
5460

@@ -79,9 +85,10 @@ To update your existing pull request:
7985
# modified: docs/installation/mac.md
8086
# modified: docs/installation/rhel.md
8187

82-
5. Force push the change to your origin.
88+
5. Force-push the change to your origin.
8389

84-
The command syntax is:
90+
Force-pushing is necessary because you amended your commit, and effectively
91+
changed history. The command syntax is:
8592

8693
git push -f origin <branch_name>
8794

@@ -107,7 +114,7 @@ It can take time to see a merged pull request in Docker's official release.
107114
A master build is available almost immediately though. Docker builds and
108115
updates its development binaries after each merge to `master`.
109116

110-
1. Browse to <a href="https://master.dockerproject.org/" target="_blank">https://master.dockerproject.org/</a>.
117+
1. Browse to [https://master.dockerproject.org/](https://master.dockerproject.org/){: target="_blank" class="_"}.
111118

112119
2. Look for the binary appropriate to your system.
113120

@@ -116,12 +123,9 @@ updates its development binaries after each merge to `master`.
116123
You might want to run the binary in a container though. This
117124
will keep your local host environment clean.
118125

119-
4. View any documentation changes at <a href="http://docs.master.dockerproject.org/" target="_blank">docs.master.dockerproject.org</a>.
120-
121126
Once you've verified everything merged, feel free to delete your feature branch
122-
from your fork. For information on how to do this,
123-
<a href="https://help.github.com/articles/deleting-unused-branches/" target="_blank">
124-
see the GitHub help on deleting branches</a>.
127+
from your fork.
128+
[See the GitHub help on deleting branches](https://help.github.com/articles/deleting-unused-branches/){: target="_blank" class="_"}.
125129

126130
## Where to go next
127131

0 commit comments

Comments
 (0)