Merge pull request #6289 from truongnh1992/secure_link
Securing many http links to https linkspull/6295/head
commit
5f9261f70f
|
@ -104,7 +104,7 @@ privacy_policy = ""
|
|||
version_menu = "Releases"
|
||||
|
||||
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
|
||||
github_repo = "http://github.com/kubernetes/minikube"
|
||||
github_repo = "https://github.com/kubernetes/minikube"
|
||||
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
|
||||
github_project_repo = ""
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ minikube's documentation is in [Markdown](https://www.markdownguide.org/cheat-sh
|
|||
* [Hugo](https://gohugo.io)
|
||||
* [Docsy](https://www.docsy.dev)
|
||||
|
||||
In production, the minikube website is served using [Netlify](http://netlify.com/)
|
||||
In production, the minikube website is served using [Netlify](https://netlify.com/)
|
||||
|
||||
## Local documentation website
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ description: >
|
|||
|
||||
### License Agreement
|
||||
|
||||
We'd love to accept your patches! Before we can take them, [please fill out either the individual or corporate Contributor License Agreement (CLA)](http://git.k8s.io/community/CLA.md)
|
||||
We'd love to accept your patches! Before we can take them, [please fill out either the individual or corporate Contributor License Agreement (CLA)](https://git.k8s.io/community/CLA.md)
|
||||
|
||||
### Finding issues to work on
|
||||
|
||||
|
@ -33,7 +33,7 @@ Once you've discovered an issue to work on:
|
|||
|
||||
1. Submit an issue describing your proposed change
|
||||
2. A reviewer will respond to your issue promptly.
|
||||
3. If your proposed change is accepted, and you haven't already done so, sign the [Contributor License Agreement (CLA)](http://git.k8s.io/community/CLA.md)
|
||||
3. If your proposed change is accepted, and you haven't already done so, sign the [Contributor License Agreement (CLA)](https://git.k8s.io/community/CLA.md)
|
||||
4. Fork the minikube repository, develop and test your code changes.
|
||||
5. Submit a pull request.
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ VM drivers supported by minikube for macOS doesn't support GPU passthrough:
|
|||
|
||||
- [mist64/xhyve#108](https://github.com/mist64/xhyve/issues/108)
|
||||
- [moby/hyperkit#159](https://github.com/moby/hyperkit/issues/159)
|
||||
- [VirtualBox docs](http://www.virtualbox.org/manual/ch09.html#pcipassthrough)
|
||||
- [VirtualBox docs](https://www.virtualbox.org/manual/ch09.html#pcipassthrough)
|
||||
|
||||
Also:
|
||||
|
||||
|
@ -119,7 +119,7 @@ Also:
|
|||
minikube supports Windows host through Hyper-V or VirtualBox.
|
||||
|
||||
- VirtualBox doesn't support PCI passthrough for [Windows
|
||||
host](http://www.virtualbox.org/manual/ch09.html#pcipassthrough).
|
||||
host](https://www.virtualbox.org/manual/ch09.html#pcipassthrough).
|
||||
|
||||
- Hyper-V supports DDA (discrete device assignment) but [only for Windows Server
|
||||
2016](https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/plan/plan-for-deploying-devices-using-discrete-device-assignment)
|
||||
|
|
Loading…
Reference in New Issue