Skip to content

Commit 333fe83

Browse files
Andy Yujohndmulhausen
authored andcommitted
urls (#1074)
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
1 parent 443d84e commit 333fe83

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Docs @ Docker
22

33
Welcome to the repo for our documentation. This is the source for the URL
4-
served at https://docs.docker.com/.
4+
served at [https://docs.docker.com/](https://docs.docker.com/).
55

66
Feel free to send us pull requests and file issues. Our docs are completely
77
open source and we deeply appreciate contributions from our community!
88

99
## Providing feedback
1010

1111
We really want your feedback, and we've made it easy. You can edit, rate, or
12-
file an issue at the bottom of every page on docs.docker.com.
12+
file an issue at the bottom of every page on [https://docs.docker.com/](https://docs.docker.com/).
1313

1414
**Please only file issues about the documentation in this repository.** One way
1515
to think about this is that you should file a bug here if your issue is that you
1616
don't see something that should be in the docs, or you see something incorrect
1717
or confusing in the docs.
1818

1919
- If your problem is a general question about how to configure or use Docker,
20-
consider asking a question on https://forums.docker.com instead.
20+
consider asking a question on [https://forums.docker.com](https://forums.docker.com) instead.
2121

2222
- If you have an idea for a new feature or behavior change in a specific aspect
2323
of Docker, or have found a bug in part of Docker, please file that issue in
@@ -69,7 +69,7 @@ your work on that project's `vnext` branch.** These branches were created by
6969
cloning `master` and then importing a project's `master` branch's docs into it
7070
(at the time of the migration), in a way that preserved the commit history. When
7171
a project has a release, its `vnext` branch will be merged into `master` and your
72-
work will be visible on docs.docker.com.
72+
work will be visible on [https://docs.docker.com/](https://docs.docker.com/).
7373

7474
The following `vnext` branches currently exist:
7575

@@ -109,7 +109,7 @@ of the site is built using Netlify. If the site builds, you will see
109109
Click **Details** to review the staged site or the errors that prevented it from
110110
building. Review the staged site and amend your commit if necessary. Reviewers
111111
will also check the staged site before merging the PR, to protect the integrity
112-
of [docs.docker.com](http://docs.docker.com/).
112+
of [https://docs.docker.com/](https://docs.docker.com/).
113113

114114
## Staging locally
115115

@@ -145,7 +145,7 @@ You have three options:
145145
```
146146
147147
b. Install Ruby 2.3 or later as described in [Installing Ruby]
148-
(https://www.ruby-lang.org/en/documentation/installation/).
148+
(https://www.ruby-lang.org/en/documentation/installation/).
149149
150150
c. Install Bundler:
151151
@@ -193,7 +193,7 @@ You have three options:
193193

194194
Feel free to link to `../foo.md` so that the docs are readable in GitHub, but keep in mind that Jekyll templating notation
195195
`{% such as this %}` will render in raw text and not be processed. In general it's best to assume the docs are being read
196-
directly on docs.docker.com.
196+
directly on [https://docs.docker.com/](https://docs.docker.com/).
197197
198198
## Style guide
199199

0 commit comments

Comments
 (0)