aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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