Skip to content

Commit 948dec7

Browse files
Updated oudated links in pre-requisites-ref-docs.md
Signed-off-by: utkarsh-singh1 <[email protected]>
1 parent 4d48a55 commit 948dec7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55

66
- You need to have these tools installed:
77

8-
- [Python](https://www.python.org/downloads/) v3.7.x
8+
- [Python](https://www.python.org/downloads/) v3.7.x+
99
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
10-
- [Golang](https://golang.org/doc/install) version 1.13+
10+
- [Golang](https://go.dev/dl/) version 1.13+
1111
- [Pip](https://pypi.org/project/pip/) used to install PyYAML
1212
- [PyYAML](https://pyyaml.org/) v5.1.2
1313
- [make](https://www.gnu.org/software/make/)
1414
- [gcc compiler/linker](https://gcc.gnu.org/)
15-
- [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference)
15+
- [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference, also kubernetes moving on from dockershim read [here](https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/))
1616

1717
- Your `PATH` environment variable must include the required build tools, such as the `Go` binary and `python`.
1818

1919
- You need to know how to create a pull request to a GitHub repository.
2020
This involves creating your own fork of the repository. For more
2121
information, see [Work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo).
22-

0 commit comments

Comments
 (0)