From d703d4d2bc1ea0da4cfccd95edd2f1a420060f8f Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 3 Mar 2026 14:21:21 +0100 Subject: [PATCH] chore: update release checklist to use internal URL (#2347) --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index c5cb7c4b3..fa511cf41 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -47,7 +47,7 @@ Progress on the checklist must be provided as comments to the issue. - [ ] Checkout `testnet` branch again and change the `compose.static.yml` symlink to now point to `compose.devnet.run.yml` - [ ] Commit and push the changes to trigger environment re-deployment. Environment is now live. - [ ] Wait around 1 minute for deployment to be updated -- [ ] If needed, at any time you can download fleet nodes' configs and logs from [https://devnet.blockchain.logos.co/web/node-data/](https://devnet.blockchain.logos.co/web/node-data/) +- [ ] If needed, at any time you can download fleet nodes' configs and logs from [https://devnet.blockchain.logos.co/internal/node-data/](https://devnet.blockchain.logos.co/internal/node-data/) - [ ] Go back to the [GitHub Release][github-release-section] section and finalize the release ## Post-Release