From 6e2b7a630f1ce83aa7990bfac34474ac6cad9b5c Mon Sep 17 00:00:00 2001 From: Eli Gooch <54377451+JeliHacker@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:36:25 -0700 Subject: [PATCH] docs: fix broken link Fix Ruff Documentation which points to a 404 page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac38d8..97bf123 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ The pre-commit tool you've installed is designed to perform a series of checks w ### Code Formatting -We use `Ruff` for Python linting due to its speed and extensive rule set. It consolidates the functionality of multiple tools, supports automatic error correction, and is trusted by major open-source projects. For more details, refer to the [Ruff Documentation](https://ruff.dev/docs). +We use `Ruff` for Python linting due to its speed and extensive rule set. It consolidates the functionality of multiple tools, supports automatic error correction, and is trusted by major open-source projects. For more details, refer to the [Ruff Documentation](https://docs.astral.sh/ruff/). > **Note** [Cursor](https://cursor.sh/) AI could be a helpful resource in addressing lint issues. However, it's important to review and confirm the AI's recommendations to ensure they are suitable and meet the intended purpose, rather than blindly applying them.