Skip to content

Commit

Permalink
Securing many http links to https links
Browse files Browse the repository at this point in the history
Fix http link to https link for security, modify many link
http to https in the project.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
  • Loading branch information
Nguyen Hai Truong committed Jan 13, 2020
1 parent 0a9e8b0 commit 20469b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site/config.toml
Expand Up @@ -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 = ""

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Contributing/documentation.en.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Contributing/guide.en.md
Expand Up @@ -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

Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Tutorials/nvidia_gpu.md
Expand Up @@ -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:

Expand All @@ -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)
Expand Down

0 comments on commit 20469b4

Please sign in to comment.