From 4f1bbc33dcb550b27a77e10c9831b9ff732bc5a8 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Fri, 24 Dec 2021 00:34:15 -0800 Subject: [PATCH] docs: Fix link syntax on integration.rst --- docs/integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration.rst b/docs/integration.rst index 75a1f0c..29131ea 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -22,7 +22,7 @@ Integration with GitHub Actions ------------------------------- yamllint auto-detects when it's running inside of `GitHub -Actions` and automatically uses the suited +Actions `_ and automatically uses the suited output format to decorate code with linting errors automatically. You can also force the GitHub Actions output with ``yamllint --format github``.