You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Upon successful installation, you should see Ruff's diagnostics surfaced directl
95
95
96
96

97
97
98
-
To use `ruff-lsp` with other editors, including Sublime Text and Helix, see the [`ruff-lsp` documentation](https://github.com/astral-sh/ruff-lsp#installation-and-usage).
98
+
To use `ruff-lsp` with other editors, including Sublime Text and Helix, see the [`ruff-lsp` documentation](https://github.com/astral-sh/ruff-lsp#setup).
99
99
100
100
## Language Server Protocol (Unofficial)
101
101
@@ -350,7 +350,7 @@ jobs:
350
350
Ruff can also be used as a GitHub Action via [`ruff-action`](https://github.com/chartboost/ruff-action).
351
351
352
352
By default, `ruff-action` runs as a pass-fail test to ensure that a given repository doesn't contain
353
-
any lint rule violations as per its [configuration](https://github.com/astral-sh/ruff/blob/main/docs/configuration.md).
353
+
any lint rule violations as per its [configuration](configuration.md).
354
354
However, under-the-hood, `ruff-action` installs and runs `ruff` directly, so it can be used to
355
355
execute any supported `ruff` command (e.g., `ruff check --fix`).
0 commit comments