Pārlūkot izejas kodu

Update link to Ruff editor integrations

The text here talks about editor integrations for ruff, but links to the general ruff integrations page (written primarily for automated integrations such as GitHub Actions), not the editor integrations page. This just updates the link.
Hazel Kennedy 2 mēneši atpakaļ
vecāks
revīzija
76ed9accda
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      contributing/development/code_style_guidelines.rst

+ 1 - 1
contributing/development/code_style_guidelines.rst

@@ -330,7 +330,7 @@ Editor integration
 
 Many IDEs or code editors have beautifier plugins that can be configured to run
 ruff automatically, for example, each time you save a file. For details, you can
-check `Ruff Integrations <https://docs.astral.sh/ruff/integrations/>`__.
+check `Ruff Editor Integrations <https://docs.astral.sh/ruff/editors/>`__.
 
 Comment style guide
 -------------------