updated links in readme

This commit is contained in:
Daniel Fichtinger 2025-07-17 21:56:54 -04:00
parent 41677e43c0
commit 6980d4a7c0

View file

@ -14,8 +14,6 @@
<!--toc:end--> <!--toc:end-->
> This is part of Daniel's [utility collection](https://sr.ht/~ficd/utils/).
AutoYADM is a small shell utility to automate the process of managing dotfiles AutoYADM is a small shell utility to automate the process of managing dotfiles
with [YADM](https://github.com/yadm-dev/yadm) by allowing the user to define a with [YADM](https://github.com/yadm-dev/yadm) by allowing the user to define a
list of files & directories to be automatically added, committed and pushed list of files & directories to be automatically added, committed and pushed
@ -44,7 +42,7 @@ without any problems since October 2024.
Simply clone the repository: Simply clone the repository:
```Bash ```Bash
git clone https://git.sr.ht/~ficd/autoyadm git clone https://git.ficd.sh/ficd/autoyadm
``` ```
You may consider adding aliases to your shell configuration: You may consider adding aliases to your shell configuration:
@ -170,9 +168,3 @@ $ crontab -e
$ systemctl enable cronie $ systemctl enable cronie
$ systemctl start cronie $ systemctl start cronie
``` ```
## Contributing
Please submit patches, questions, and discussion points to the
[~ficd/utils mailing list](https://lists.sr.ht/~ficd/utils), and consider
visiting the [public ticket tracker](https://todo.sr.ht/~ficd/utils).