diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-09-01 18:58:02 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-09-15 16:05:41 +0100 |
commit | 7243dbc1db8e1b15940ad33bfaf7e2d4d2d64d32 (patch) | |
tree | 8ecf007d23c79495e9706df2274f82ba0c500e13 /docs/userguide | |
parent | ba3995e5705a22e13bb5d2231ac22c77e4417747 (diff) | |
download | python-setuptools-git-7243dbc1db8e1b15940ad33bfaf7e2d4d2d64d32.tar.gz |
Docs: fix url
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/ext_modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst index 741761a9..9119830c 100644 --- a/docs/userguide/ext_modules.rst +++ b/docs/userguide/ext_modules.rst @@ -168,5 +168,5 @@ Extension API Reference .. _Python docs about C/C++ extensions: https://docs.python.org/3/extending/extending.html .. _Cython: https://cython.readthedocs.io/en/stable/index.html .. _directory options: https://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html -.. _environment variables: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html> +.. _environment variables: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html .. _cython command line tool: https://cython.readthedocs.io/en/stable/src/userguide/source_files_and_compilation.html |