From 8d3aab0921e1d4dbc1503891d9241ef117091847 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 12 Jun 2021 17:55:40 +0200 Subject: feat: Cool FAQ and Common Errors (#527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Cool FAQ and Common Errors * what the fuck is this * Update docs/FAQ.md Co-authored-by: Francesco Borzì * Update FAQ.md * Update faq.md * Yup * Update docs/faq.md Co-authored-by: Francesco Borzì * stuff * DOT * Update common-errors.md Co-authored-by: Francesco Borzì --- docs/linux-server-setup.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/linux-server-setup.md') diff --git a/docs/linux-server-setup.md b/docs/linux-server-setup.md index 162b0e9..632bbe6 100644 --- a/docs/linux-server-setup.md +++ b/docs/linux-server-setup.md @@ -82,6 +82,10 @@ Variablename = "MySQLIP;Port;Username;Password;database" If you are still having problems, check: +* [FAQ](faq.md) + +* [Common Errors](common-errors.md) + * [How to ask for help](how-to-ask-for-help.md) * [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. -- cgit