From 7e0794085e047b58b9c95895a50aa2b1d964e5c5 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 4 May 2020 15:59:09 -0400 Subject: [PATCH] add links to new docsites (#69310) --- docs/docsite/rst/community/other_tools_and_programs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index a7e0848c453..582c3aa794b 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -89,9 +89,9 @@ There are various ways to find existing issues and pull requests (PRs) Tools for Validating Playbooks ****************************** -- `Ansible Lint `_ - the official, highly configurable best-practices linter for Ansible playbooks, by Ansible. +- `Ansible Lint `_ - a highly configurable linter for Ansible playbooks. - `Ansible Review `_ - an extension of Ansible Lint designed for code review. -- `Molecule `_ is a testing framework for Ansible plays and roles, by Ansible +- `Molecule `_ is a testing framework for Ansible plays and roles. - `yamllint `__ is a command-line utility to check syntax validity including key repetition and indentation issues.