Skip to content

Commit

Permalink
Updated dead links in constants.py (#397)
Browse files Browse the repository at this point in the history
* chore: Update dead links in constants.py

* Revised the link in the namespaces section of constants.py

* Updated the links pointing to roles and namespaces docs

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tanwigeetika1618 and pre-commit-ci[bot] authored Aug 13, 2024
1 parent ff1915c commit c2862c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansible_compat/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
role_name: my_name # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace # if absent, author is used instead
Namespace: https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespace-limitations
Role: https://galaxy.ansible.com/docs/contributing/creating_role.html#role-names
Namespace: https://old-galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespace-limitations
Role: https://old-galaxy.ansible.com/docs/contributing/creating_role.html#role-names
As an alternative, you can add 'role-name' to either skip_list or warn_list.
"""
Expand Down

0 comments on commit c2862c4

Please sign in to comment.