Skip to content

Commit

Permalink
Remove the use of acronym ADT (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Apr 30, 2024
1 parent f4a464a commit 30b5392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mkdocs_ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def install_from_adt(name: str) -> str:
The **recommended** approach to install `{name}` is using the
`ansible-dev-tools` package.
[Ansible Development Tools (ADT)](https://ansible.readthedocs.io/projects/dev-tools/)
[Ansible Development Tools](https://ansible.readthedocs.io/projects/dev-tools/)
aims to streamline the setup and usage of several tools needed in order to
create [Ansible](https://www.ansible.com) content. ADT combines critical Ansible
create [Ansible](https://www.ansible.com) content. It combines critical Ansible
development packages into a unified Python package.
```bash
Expand Down

0 comments on commit 30b5392

Please sign in to comment.