From 81fa28398c8ea321130cae383e843c96173f675e Mon Sep 17 00:00:00 2001 From: Tiago <14090872+tiagosiebler@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:35:34 +0200 Subject: [PATCH] fix: point readme template wiki URLs to sieblyio Wiki moved to https://github.com/sieblyio/awesome-crypto-examples/wiki --- .github/workflows/templates-readme.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/templates-readme.yml b/.github/workflows/templates-readme.yml index 8d81a0f..eeea5b1 100644 --- a/.github/workflows/templates-readme.yml +++ b/.github/workflows/templates-readme.yml @@ -53,19 +53,19 @@ jobs: - name: Fetch and update RELATED PROJECTS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Related-projects.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Related-projects.md TEMPLATE_TAG: related_projects - name: Fetch and update CONTRIBUTIONS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Contributions-%26-Thanks.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Contributions-%26-Thanks.md TEMPLATE_TAG: contributions - name: Fetch and update STAR HISTORY template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Star-History.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Star-History.md TEMPLATE_TAG: star_history - name: Check for changes before running linter