diff --git a/README.md b/README.md index 437144c..21e10aa 100644 --- a/README.md +++ b/README.md @@ -58,30 +58,29 @@ The star count helps others discover yadm. [OpenSSL]: https://www.openssl.org/ [arch-badge]: https://img.shields.io/archlinux/v/extra/any/yadm [arch-link]: https://archlinux.org/packages/extra/any/yadm/ -[dev-pages-badge]: https://img.shields.io/github/actions/workflow/status/TheLocehiliosan/yadm/test.yml?branch=dev-pages -[develop-badge]: https://img.shields.io/github/actions/workflow/status/TheLocehiliosan/yadm/test.yml?branch=develop -[develop-commits]: https://github.com/TheLocehiliosan/yadm/commits/develop -[develop-date]: https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/develop.svg?label=develop +[dev-pages-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=dev-pages +[develop-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=develop +[develop-commits]: https://github.com/yadm-dev/yadm/commits/develop +[develop-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/develop.svg?label=develop [dotfiles]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory -[gh-pages-badge]: https://img.shields.io/github/actions/workflow/status/TheLocehiliosan/yadm/test.yml?branch=gh-pages +[gh-pages-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=gh-pages [git-crypt]: https://github.com/AGWA/git-crypt [homebrew-badge]: https://img.shields.io/homebrew/v/yadm.svg [homebrew-link]: https://formulae.brew.sh/formula/yadm -[license-badge]: https://img.shields.io/github/license/TheLocehiliosan/yadm.svg -[license-link]: https://github.com/TheLocehiliosan/yadm/blob/master/LICENSE -[master-badge]: https://img.shields.io/github/actions/workflow/status/TheLocehiliosan/yadm/test.yml?branch=master -[master-commits]: https://github.com/TheLocehiliosan/yadm/commits/master -[master-date]: https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/master.svg?label=master +[license-badge]: https://img.shields.io/github/license/yadm-dev/yadm.svg +[license-link]: https://github.com/yadm-dev/yadm/blob/master/LICENSE +[master-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=master +[master-commits]: https://github.com/yadm-dev/yadm/commits/master +[master-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/master.svg?label=master [obs-badge]: https://img.shields.io/badge/OBS-v3.2.2-blue [obs-link]: https://software.opensuse.org//download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm -[releases-badge]: https://img.shields.io/github/tag/TheLocehiliosan/yadm.svg?label=latest+release -[releases-link]: https://github.com/TheLocehiliosan/yadm/releases +[releases-badge]: https://img.shields.io/github/tag/yadm-dev/yadm.svg?label=latest+release +[releases-link]: https://github.com/yadm-dev/yadm/releases [transcrypt]: https://github.com/elasticdog/transcrypt -[travis-ci]: https://travis-ci.com/TheLocehiliosan/yadm/branches -[website-commits]: https://github.com/TheLocehiliosan/yadm/commits/gh-pages -[website-date]: https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/gh-pages.svg?label=website +[website-commits]: https://github.com/yadm-dev/yadm/commits/gh-pages +[website-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/gh-pages.svg?label=website [website-link]: https://yadm.io/ -[workflow-dev-pages]: https://github.com/thelocehiliosan/yadm/actions?query=workflow%3a%22test+site%22+branch%3adev-pages -[workflow-develop]: https://github.com/TheLocehiliosan/yadm/actions?query=workflow%3ATests+branch%3Adevelop -[workflow-gh-pages]: https://github.com/thelocehiliosan/yadm/actions?query=workflow%3a%22test+site%22+branch%3agh-pages -[workflow-master]: https://github.com/TheLocehiliosan/yadm/actions?query=workflow%3ATests+branch%3Amaster +[workflow-dev-pages]: https://github.com/yadm-dev/yadm/actions?query=workflow%3a%22test+site%22+branch%3adev-pages +[workflow-develop]: https://github.com/yadm-dev/yadm/actions?query=workflow%3ATests+branch%3Adevelop +[workflow-gh-pages]: https://github.com/yadm-dev/yadm/actions?query=workflow%3a%22test+site%22+branch%3agh-pages +[workflow-master]: https://github.com/yadm-dev/yadm/actions?query=workflow%3ATests+branch%3Amaster diff --git a/bootstrap b/bootstrap index ab62aa3..70a9687 100755 --- a/bootstrap +++ b/bootstrap @@ -29,7 +29,7 @@ # source <(curl -L bootstrap.yadm.io) # -YADM_REPO="https://github.com/TheLocehiliosan/yadm" +YADM_REPO="https://github.com/yadm-dev/yadm" YADM_RELEASE=${release:-master} REPO_URL="" diff --git a/completion/README.md b/completion/README.md index 1edd861..d84253a 100644 --- a/completion/README.md +++ b/completion/README.md @@ -39,7 +39,7 @@ Load `_yadm` as a plugin in your `.zshrc`: ```zsh fpath=("$ZPLUG_HOME/bin" $fpath) -zplug "TheLocehiliosan/yadm", use:"completion/zsh/_yadm", as:command, defer:2 +zplug "yadm-dev/yadm", use:"completion/zsh/_yadm", as:command, defer:2 ``` ## Fish (manual installation) diff --git a/contrib/hooks/README.md b/contrib/hooks/README.md index 551f6f0..c475ae7 100644 --- a/contrib/hooks/README.md +++ b/contrib/hooks/README.md @@ -11,4 +11,4 @@ this is a place to share it. I recommend *careful review* of any code from here before using it. No guarantees of code quality is assumed. -[hooks-help]: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#hooks +[hooks-help]: https://github.com/yadm-dev/yadm/blob/master/yadm.md#hooks diff --git a/test/Dockerfile b/test/Dockerfile index e6a0a97..5485561 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -57,8 +57,8 @@ RUN mkdir /yadm \ && echo "\t@false" >> /yadm/Makefile # Include released versions of yadm to test upgrades -ADD https://raw.githubusercontent.com/TheLocehiliosan/yadm/1.12.0/yadm /usr/local/bin/yadm-1.12.0 -ADD https://raw.githubusercontent.com/TheLocehiliosan/yadm/2.5.0/yadm /usr/local/bin/yadm-2.5.0 +ADD https://raw.githubusercontent.com/yadm-dev/yadm/1.12.0/yadm /usr/local/bin/yadm-1.12.0 +ADD https://raw.githubusercontent.com/yadm-dev/yadm/2.5.0/yadm /usr/local/bin/yadm-2.5.0 RUN chmod +x /usr/local/bin/yadm-* # Configure git to make it easier to test yadm manually diff --git a/yadm.1 b/yadm.1 index c689eb6..6a639be 100644 --- a/yadm.1 +++ b/yadm.1 @@ -989,7 +989,7 @@ Commit a new set of encrypted files Report issues or create pull requests at GitHub: -https://github.com/TheLocehiliosan/yadm/issues +https://github.com/yadm-dev/yadm/issues .SH AUTHOR diff --git a/yadm.md b/yadm.md index 328e384..db607c2 100644 --- a/yadm.md +++ b/yadm.md @@ -798,7 +798,7 @@ ## REPORTING BUGS Report issues or create pull requests at GitHub: - https://github.com/TheLocehiliosan/yadm/issues + https://github.com/yadm-dev/yadm/issues ## AUTHOR