Skip to content

Commit 1c94478

Browse files
committed
Fix the incorrect links in docs under NPD
1 parent c9ffa67 commit 1c94478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If your repo has certain guidelines for contribution, put them here ahead of the
1414

1515
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
1616
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](http://git.k8s.io/community/contributors/guide#contributing)
17-
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers
17+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md) - Common resources for existing developers
1818

1919
## Mentorship
2020

@@ -28,4 +28,4 @@ Custom Information - if you're copying this template for the first time you can
2828
- [Slack channel](https://kubernetes.slack.com/messages/kubernetes-users) - Replace `kubernetes-users` with your slack channel string, this will send users directly to your channel.
2929
- [Mailing list](URL)
3030
31-
-->
31+
-->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To develop NPD on Windows you'll need to setup your Windows machine for Go devel
212212
* [Go](https://golang.org/)
213213
* [Visual Studio Code](https://code.visualstudio.com/)
214214
* [Make](http://gnuwin32.sourceforge.net/packages/make.htm)
215-
* [mingw-64 WinBuilds](http://mingw-w64.org/doku.php/download/win-builds)
215+
* [mingw-64 WinBuilds](http://mingw-w64.org/downloads)
216216
* Tested with x86-64 Windows Native mode.
217217
* Add the `$InstallDir\bin` to [Windows `PATH` variable](https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings-winpc/adding-path-variable/97300613-20cb-4d85-8d0e-cc9d3549ba23).
218218

0 commit comments

Comments
 (0)