From db9987b4c1f10f0404fa60ee629f675fafbd6763 Mon Sep 17 00:00:00 2001 From: Siyuan Zhang Date: Tue, 25 Apr 2023 17:31:57 +0800 Subject: [PATCH] Fix a incorrect link advanced-usage.md (#657) --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index c78cbdeeb..1483da990 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -417,7 +417,7 @@ These environment variables become available after setup-python action execution | pythonLocation |Contains the absolute path to the folder where the requested version of Python or PyPy is installed| | Python_ROOT_DIR | https://cmake.org/cmake/help/latest/module/FindPython.html#module:FindPython | | Python2_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython2.html#module:FindPython2| -| Python3_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython2.html#module:FindPython3| +| Python3_ROOT_DIR |https://cmake.org/cmake/help/latest/module/FindPython3.html#module:FindPython3| ## Using `update-environment` flag