diff --git a/README.md b/README.md index 1e77f15..2b7fd92 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Before you begin, ensure you have the following prerequisites: ```bash # install collection from source -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git # install collection from tagged release 1.0.0 (currently unavailable) -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git,1.0.0 +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git,1.0.0 ``` #### Using a Requirements File @@ -53,7 +53,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm ```yaml collections: - - name: https://gitpot.dev/lunivity/ansible-common.git + - name: https://gitpot.org/lunivity/ansible-common.git type: git version: latest ``` @@ -90,7 +90,7 @@ For more detailed documentation, including advanced usage and customization opti ## Contributions -You're welcome to contribute to this Ansible Collection if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.dev) for details if registrations aren't open yet). +You're welcome to contribute to this Ansible Collection if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.org) for details if registrations aren't open yet). ## License diff --git a/galaxy.yml b/galaxy.yml index 21a327a..ba893b6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -43,7 +43,7 @@ tags: [] dependencies: {} # The URL of the originating SCM repository -repository: https://gitpot.dev/lunivity/ansible-common +repository: https://gitpot.org/lunivity/ansible-common # The URL to any online docs documentation: https://wiki.lunivity.com/docs/ansible/common/ @@ -52,7 +52,7 @@ documentation: https://wiki.lunivity.com/docs/ansible/common/ homepage: https://lunivity.com # The URL to the collection issue tracker -issues: https://gitpot.dev/lunivity/ansible-common/issues +issues: https://gitpot.org/lunivity/ansible-common/issues # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This