Skip to content

Commit db9987b

Browse files
authoredApr 25, 2023
Fix a incorrect link advanced-usage.md (actions#657)
1 parent 6db7460 commit db9987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ These environment variables become available after setup-python action execution
417417
| pythonLocation |Contains the absolute path to the folder where the requested version of Python or PyPy is installed|
418418
| Python_ROOT_DIR | https://cmake.org/cmake/help/latest/module/FindPython.html#module:FindPython |
419419
| Python2_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython2.html#module:FindPython2|
420-
| Python3_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython2.html#module:FindPython3|
420+
| Python3_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython3.html#module:FindPython3|
421421

422422
## Using `update-environment` flag
423423

0 commit comments

Comments
 (0)
Please sign in to comment.