mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #18195 from tophj-ibm/doc-link-fixes
Fixed broken links, and updated some to https
This commit is contained in:
commit
48c7a1618d
4 changed files with 9 additions and 9 deletions
|
@ -86,7 +86,7 @@ own.
|
|||
6. Check your writing for style and mechanical errors.
|
||||
|
||||
Use our [documentation style
|
||||
guide](/opensource/doc-style.md) to check style. There are
|
||||
guide](https://docs.docker.com/opensource/doc-style/) to check style. There are
|
||||
several [good grammar and spelling online
|
||||
checkers](http://www.hemingwayapp.com/) that can check your writing
|
||||
mechanics.
|
||||
|
@ -106,7 +106,7 @@ links that are referenced in the documentation—there should be none.
|
|||
## Style guide
|
||||
|
||||
If you have questions about how to write for Docker's documentation, please see
|
||||
the [style guide](/opensource/doc-style.md). The style guide provides
|
||||
the [style guide](https://docs.docker.com/opensource/doc-style/). The style guide provides
|
||||
guidance about grammar, syntax, formatting, styling, language, or tone. If
|
||||
something isn't clear in the guide, please submit an issue to let us know or
|
||||
submit a pull request to help us improve it.
|
||||
|
|
|
@ -16,7 +16,7 @@ parent = "smn_third_party"
|
|||
## Requirements
|
||||
|
||||
To use this guide you'll need a working installation of
|
||||
[Chef](http://www.chef.io/). This cookbook supports a variety of
|
||||
[Chef](https://www.chef.io/). This cookbook supports a variety of
|
||||
operating systems.
|
||||
|
||||
## Installation
|
||||
|
|
|
@ -26,8 +26,8 @@ machines on Azure:
|
|||
|
||||
Continue with the [User Guide](../userguide/index.md).
|
||||
|
||||
[0]: http://azure.microsoft.com/
|
||||
[1]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-vm-extension/
|
||||
[2]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-xplat-cli/
|
||||
[3]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-portal/
|
||||
[4]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-machine/
|
||||
[0]: https://azure.microsoft.com/
|
||||
[1]: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-vm-extension/
|
||||
[2]: https://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-xplat-cli/
|
||||
[3]: https://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-portal/
|
||||
[4]: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-machine/
|
||||
|
|
|
@ -63,7 +63,7 @@ from the new repository:
|
|||
|
||||
The possible entries are:
|
||||
|
||||
- On Debian Wheezy
|
||||
- On Debian Wheezy
|
||||
|
||||
deb https://apt.dockerproject.org/repo debian-wheezy main
|
||||
|
||||
|
|
Loading…
Reference in a new issue