From 368e2c45e709415ed343a7a645298f80bfb8ab7e Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 18 Jun 2024 10:50:02 +0300 Subject: [PATCH] docs: fix URLs in the syncing issue template --- .github/ISSUE_TEMPLATE/syncing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/syncing.yaml b/.github/ISSUE_TEMPLATE/syncing.yaml index 2db27f7291..17884a3b32 100644 --- a/.github/ISSUE_TEMPLATE/syncing.yaml +++ b/.github/ISSUE_TEMPLATE/syncing.yaml @@ -10,14 +10,14 @@ body: - type: dropdown attributes: label: Does your machine match the technical requirements? - description: See https://www.zetachain.com/docs/validators/requirements/ + description: See https://www.zetachain.com/docs/nodes/start-here/requirements/ options: - "Yes" - "No" - type: dropdown attributes: label: Have you completed the setup? - description: See https://www.zetachain.com/docs/validators/setup/ + description: See https://www.zetachain.com/docs/nodes/start-here/setup/ options: - "Yes" - "No"