From decb7ad368835db5a09adefdbe970bc788f804c6 Mon Sep 17 00:00:00 2001 From: starlord Date: Sat, 1 Jun 2024 07:10:29 -0700 Subject: [PATCH] updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8865dc..647e9a9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ After each roll, a new [itty.bitty](https://github.com/alcor/itty-bitty/) link w The itty.bitty links can get [quite long](https://github.com/alcor/itty-bitty/wiki/#url-structure), so it may be prudent to use a link shortener. -For example, the link [to come](to come) for the `dice.html` page in this repo was generated using [asso.li](https://asso.li/), an [lstu](https://lstu.fr/) instance, with the following command (Linux): +For example, the link [https://asso.li/dLVZ82wR](https://asso.li/dLVZ82wR) for the `dice.html` page in this repo was generated using [asso.li](https://asso.li/), an [lstu](https://lstu.fr/) instance, with the following command (Linux): ```bash cat dice.html | lzma -9 | base64 -w0 | xargs -0 printf "https://itty.bitty.site/#Dice Roller/%s\n" | xargs -0 -I {} curl --data-urlencode "format=json" --data-urlencode "lsturl={}" https://asso.li/a | jq -r '.short'