diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ad49c183..dab1adc4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ - + @@ -82,4 +82,4 @@ node ## Possible Solution -- [ ] I've checked the [General Troubleshooting Guide](https://github.com/techno-tim/k3s-ansible/discussions/20) +- [ ] I've checked the [General Troubleshooting Guide](https://github.com/timothystewart6/k3s-ansible/discussions/20) diff --git a/README.md b/README.md index f2ae5f22..37ba59b5 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ See the commands [here](https://technotim.live/posts/k3s-etcd-ansible/#testing-y ### Troubleshooting -Be sure to see [this post](https://github.com/techno-tim/k3s-ansible/discussions/20) on how to troubleshoot common problems +Be sure to see [this post](https://github.com/timothystewart6/k3s-ansible/discussions/20) on how to troubleshoot common problems ### Testing the playbook using molecule @@ -218,7 +218,7 @@ collections: - name: community.general - name: ansible.posix - name: kubernetes.core - - name: https://github.com/techno-tim/k3s-ansible.git + - name: https://github.com/timothystewart6/k3s-ansible.git type: git version: master ``` diff --git a/galaxy.yml b/galaxy.yml index 0f9b1966..26bef625 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -56,16 +56,16 @@ dependencies: kubernetes.core: '*' # The URL of the originating SCM repository -repository: https://github.com/techno-tim/k3s-ansible +repository: https://github.com/timothystewart6/k3s-ansible # The URL to any online docs -documentation: https://github.com/techno-tim/k3s-ansible +documentation: https://github.com/timothystewart6/k3s-ansible # The URL to the homepage of the collection/project homepage: https://www.youtube.com/watch?v=CbkEWcUZ7zM # The URL to the collection issue tracker -issues: https://github.com/techno-tim/k3s-ansible/issues +issues: https://github.com/timothystewart6/k3s-ansible/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