aboutsummaryrefslogtreecommitdiffstats
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
parente6552b5c9b3a2b12bacb476b00c80c736b9f7963 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 7fc325e..e0dd9ff 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -147,7 +147,7 @@ get_formatter_info({formatter}, {bufnr}): conform.FormatterInfo *conform.get_for
--------------------------------------------------------------------------------
FORMATTERS *conform-formatters*
-alejandra - The Uncompromising Nix Code Formatter.
+`alejandra` - The Uncompromising Nix Code Formatter.
`autoflake` - Removes unused imports and unused variables as reported by
pyflakes.
`autopep8` - A tool that automatically formats Python code to conform to the PEP