diff options
author | 谭九鼎 <109224573@qq.com> | 2020-06-11 14:25:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 08:25:03 +0200 |
commit | 201daa6f77a6ea2c630629cb7a944f341b46a454 (patch) | |
tree | 0a8c16577a684d8956ff7aac1f2f60346b590606 /doc/user_guide/ide-integration.rst | |
parent | 2a883cbc4361603c720addae6d9420e8a156e313 (diff) | |
download | pylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz |
Chore: use https links (#3679)
Diffstat (limited to 'doc/user_guide/ide-integration.rst')
-rw-r--r-- | doc/user_guide/ide-integration.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/user_guide/ide-integration.rst b/doc/user_guide/ide-integration.rst index 71af09697..d8faa73d6 100644 --- a/doc/user_guide/ide-integration.rst +++ b/doc/user_guide/ide-integration.rst @@ -6,13 +6,13 @@ To use Pylint with: - - Emacs_, see http://www.emacswiki.org/emacs/PythonProgrammingInEmacs#toc8, - - Vim_, see http://www.vim.org/scripts/script.php?script_id=891, + - Emacs_, see https://www.emacswiki.org/emacs/PythonProgrammingInEmacs#toc8, + - Vim_, see https://www.vim.org/scripts/script.php?script_id=891, - `Visual Studio`_, see https://docs.microsoft.com/visualstudio/python/code-pylint, - - Eclipse_ and PyDev_, see http://pydev.org/manual_adv_pylint.html, + - Eclipse_ and PyDev_, see https://pydev.org/manual_adv_pylint.html, - Komodo_, see http://mateusz.loskot.net/posts/2006/01/15/running-pylint-from-komodo/, - gedit_, see https://launchpad.net/gedit-pylint-2 or https://wiki.gnome.org/Apps/Gedit/PylintPlugin, - - WingIDE_, see http://www.wingware.com/doc/edit/pylint, + - WingIDE_, see https://www.wingware.com/doc/edit/pylint, - PyCharm_, see :ref:`the section below <pylint_in_pycharm>`, - TextMate_, see :ref:`the section below <pylint_in_textmate>` - `Visual Studio Code`_, see https://code.visualstudio.com/docs/python/linting#_pylint, @@ -26,19 +26,19 @@ Pylint is integrated in: - pyscripter_, see the `Tool -> Tools` menu. - `Visual Studio Code`_, see the `Preferences -> Settings` menu. -.. _Emacs: http://www.gnu.org/software/emacs/ -.. _Vim: http://www.vim.org/ +.. _Emacs: https://www.gnu.org/software/emacs/ +.. _Vim: https://www.vim.org/ .. _Visual Studio: https://www.visualstudio.com/ .. _Eclipse: https://www.eclipse.org/ -.. _Eric: http://eric-ide.python-projects.org/ -.. _pyscripter: http://code.google.com/p/pyscripter/ -.. _pydev: http://pydev.org +.. _Eric: https://eric-ide.python-projects.org/ +.. _pyscripter: https://github.com/pyscripter/pyscripter +.. _pydev: https://pydev.org .. _Komodo: http://www.activestate.com/Products/Komodo/ .. _gedit: https://wiki.gnome.org/Apps/Gedit -.. _WingIDE: http://www.wingware.com/ +.. _WingIDE: https://www.wingware.com/ .. _spyder: https://www.spyder-ide.org/ -.. _PyCharm: http://www.jetbrains.com/pycharm/ -.. _TextMate: http://macromates.com +.. _PyCharm: https://www.jetbrains.com/pycharm/ +.. _TextMate: https://macromates.com .. _Visual Studio Code: https://code.visualstudio.com/ Using Pylint thru flymake in Emacs |