From 3fb636ac5138be41a933a19156715154a37c83ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz> Date: Wed, 15 May 2024 16:55:10 +0200 Subject: [PATCH] add email to report bugs and fix bad path in footer --- docs/report-bugs.md | 2 +- overrides/partials/copyright.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/report-bugs.md b/docs/report-bugs.md index 7ea5235..bd01f74 100644 --- a/docs/report-bugs.md +++ b/docs/report-bugs.md @@ -1,7 +1,7 @@ We use GitLab Service Desk for bug reporting, it offers a simple and efficient way for users to report bugs, suggest features, or provide general feedback to project maintainers. This guide will walk you through the steps of using Service Desk to submit your inquiries directly to the project. * Open your email client and create a new email. -* Set the recipient email address to the [Service Desk email](TBA). +* Set the recipient email address to the [Service Desk email](git+inject-inject-issues-30987-issue-@gitlab.fi.muni.cz). * In the subject line, briefly describe the nature of your inquiry (e.g., Bug Report: Application Crashes). * In the body of the email, provide detailed information about the issue you are experiencing. Include steps to reproduce the problem, screenshots (if applicable), and any other relevant details. * Once you have filled out all the necessary information, click the send button to dispatch your email to the Service Desk. diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html index edb5f2d..b124641 100644 --- a/overrides/partials/copyright.html +++ b/overrides/partials/copyright.html @@ -11,5 +11,5 @@ </a> {% endif %} <br> - <a href="/report-bugs/">Report bugs</a> + <a href="/inject-docs/report-bugs/">Report bugs</a> </div> \ No newline at end of file -- GitLab