summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-15 13:48:24 +0000
committerGithub Actions <actions@github>2023-09-15 13:48:24 +0000
commit1dac5994c4f9200f74a90a4f24dfc914ac8fbc07 (patch)
treece00428ae0e620c1a5974cf3db2dd4d6dfac7a9c /README.md
parente6552b5c9b3a2b12bacb476b00c80c736b9f7963 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 973997d..d8c8e39 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ To view configured and available formatters, as well as to see the path to the l
<!-- FORMATTERS -->
-- [alejandra](kamadorueda.github.io/alejandra/) - The Uncompromising Nix Code Formatter.
+- [alejandra](https://kamadorueda.com/alejandra/) - The Uncompromising Nix Code Formatter.
- [autoflake](https://github.com/PyCQA/autoflake) - Removes unused imports and unused variables as reported by pyflakes.
- [autopep8](https://github.com/hhatto/autopep8) - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses.