diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-09-30 11:25:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-30 11:25:25 +0100 |
| commit | 2646233fad69dcf4565c389e5424f00dfecd7e05 (patch) | |
| tree | 2acf9404315825a4c27910f9eb3ec5de677a4361 /docs/userguide | |
| parent | 218bd1f04d16c9cd6eb79435ec078666f896e6f8 (diff) | |
| parent | 7243dbc1db8e1b15940ad33bfaf7e2d4d2d64d32 (diff) | |
| download | python-setuptools-git-2646233fad69dcf4565c389e5424f00dfecd7e05.tar.gz | |
Docs: fix url (#3574)
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 |
