|
1 | 1 | # Docs @ Docker |
2 | 2 |
|
3 | 3 | 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/). |
5 | 5 |
|
6 | 6 | Feel free to send us pull requests and file issues. Our docs are completely |
7 | 7 | open source and we deeply appreciate contributions from our community! |
8 | 8 |
|
9 | 9 | ## Providing feedback |
10 | 10 |
|
11 | 11 | 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/). |
13 | 13 |
|
14 | 14 | **Please only file issues about the documentation in this repository.** One way |
15 | 15 | to think about this is that you should file a bug here if your issue is that you |
16 | 16 | don't see something that should be in the docs, or you see something incorrect |
17 | 17 | or confusing in the docs. |
18 | 18 |
|
19 | 19 | - 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. |
21 | 21 |
|
22 | 22 | - If you have an idea for a new feature or behavior change in a specific aspect |
23 | 23 | 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 |
69 | 69 | cloning `master` and then importing a project's `master` branch's docs into it |
70 | 70 | (at the time of the migration), in a way that preserved the commit history. When |
71 | 71 | 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/). |
73 | 73 |
|
74 | 74 | The following `vnext` branches currently exist: |
75 | 75 |
|
@@ -109,7 +109,7 @@ of the site is built using Netlify. If the site builds, you will see |
109 | 109 | Click **Details** to review the staged site or the errors that prevented it from |
110 | 110 | building. Review the staged site and amend your commit if necessary. Reviewers |
111 | 111 | 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/). |
113 | 113 |
|
114 | 114 | ## Staging locally |
115 | 115 |
|
@@ -145,7 +145,7 @@ You have three options: |
145 | 145 | ``` |
146 | 146 | |
147 | 147 | 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/). |
149 | 149 | |
150 | 150 | c. Install Bundler: |
151 | 151 |
|
@@ -193,7 +193,7 @@ You have three options: |
193 | 193 |
|
194 | 194 | Feel free to link to `../foo.md` so that the docs are readable in GitHub, but keep in mind that Jekyll templating notation |
195 | 195 | `{% 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/). |
197 | 197 |
|
198 | 198 | ## Style guide |
199 | 199 |
|
|
0 commit comments