Skip to content

Commit 15a539b

Browse files
authored
Merge pull request #41473 from utkarsh-singh1/update-docs-prerequisites-ref-docs-md
Update docs prerequisites ref docs md
2 parents c40d90f + 4ed9c34 commit 15a539b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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/)
@@ -19,4 +19,3 @@
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)