Fix broken link in mac FAQs (#10324)

* Fix broken link in mac FAQs

The title of the linked section has changed to "Add TLS Certificates". The current link goes to the top of the Getting Started page and is confusing because you have to scroll past the Kubernetes section to get to the section you actually need.

* Fix broken link to mac FAQs

I missed removing `/index` in the first commit. This is the correct link. Thanks to thaJeztah for the correction.

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
Jeremy 2020-02-20 00:15:12 +00:00 committed by GitHub
parent 8bf2bbb44e
commit 3613831c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Yes, you can use the hosts SSH agent inside a container. For more information
### How do I add custom CA certificates?
Docker Desktop supports all trusted certificate authorities (CAs) (root or intermediate). For more information on adding server and client side certs, see
[Add TLS certificates](/docker-for-mac/index/#adding-tls-certificates) in the Getting Started topic.
[Add TLS certificates](/docker-for-mac/#add-tls-certificates) in the Getting Started topic.
### How do I add client certificates?