From e3d249a38ec9a2aa749574243b78e8944e1a96c7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 11 Nov 2025 22:15:15 -0800 Subject: [PATCH] fix(issue-template): change documentation and contribution links to reflect new URLs --- .github/ISSUE_TEMPLATE/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aff2f79ad..fe25d3ac8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,12 +1,11 @@ blank_issues_enabled: true contact_links: - name: 📚 Documentation - url: https://github.com/SurfSense/SurfSense/tree/main/docs + url: https://www.surfsense.com/docs about: Check our documentation for guides and setup instructions - name: 💬 Discussions - url: https://github.com/SurfSense/SurfSense/discussions + url: https://github.com/MODSetter/SurfSense/discussions about: Ask questions and discuss ideas with the community - name: 🤝 Contributing Guide - url: https://github.com/SurfSense/SurfSense/blob/main/CONTRIBUTING.md + url: https://github.com/MODSetter/SurfSense/blob/main/CONTRIBUTING.md about: Learn how to contribute to SurfSense -