diff options
author | HiyashiChuka <41299525+hiyashichuka@users.noreply.github.com> | 2018-08-03 02:44:06 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-08-03 02:44:06 (GMT) |
commit | 46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7 (patch) | |
tree | df83ab8721411f962db03216d9b93df235a9af94 /Doc | |
parent | 5640d030e100aade54210034828b711c3b506b18 (diff) | |
download | cpython-46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7.zip cpython-46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7.tar.gz cpython-46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7.tar.bz2 |
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index eb278a5..e93fa0a 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -381,7 +381,7 @@ System variables, you need non-restricted access to your machine .. seealso:: - https://support.microsoft.com/en-us/help/100843/environment-variables-in-windows-nt + https://www.microsoft.com/en-us/wdsi/help/folder-variables Environment variables in Windows NT https://technet.microsoft.com/en-us/library/cc754250.aspx |