aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-03-18 17:46:19 +0000
committerGithub Actions <actions@github>2024-03-18 17:46:19 +0000
commit5ec563f20860ac63743ae42dbcac99e3cf3e2ea8 (patch)
treecc90f06516bf02a4e7f1d88654f8ab6fa1b1f8a3 /README.md
parent293236aa7445fb24aba56d8e9a03be54d0c1c2e8 (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 381fd41..ee35faf 100644
--- a/README.md
+++ b/README.md
@@ -266,7 +266,7 @@ You can view this list in vim with `:help conform-formatters`
- [puppet-lint](https://github.com/puppetlabs/puppet-lint) - Check that your Puppet manifests conform to the style guide.
- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
- [rescript-format](https://rescript-lang.org/) - The built-in ReScript formatter.
-- [roc](https://www.roc-lang.org/) - A fast, friendly, functional language.
+- [roc](https://github.com/roc-lang/roc) - A fast, friendly, functional language.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rubyfmt](https://github.com/fables-tales/rubyfmt) - Ruby Autoformatter! (Written in Rust)
- [ruff_fix](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Fix lint errors.