From 909232a4056c898960a8feba5405f06b7431a799 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 15 Dec 2021 07:26:40 +0100 Subject: [PATCH] Removed old unavailable link Mailing lists are not available anymore. Fixes #7763 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/getting_started/codingguidelines.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/developer_manual/getting_started/codingguidelines.rst b/developer_manual/getting_started/codingguidelines.rst index f16ea078f..500767836 100644 --- a/developer_manual/getting_started/codingguidelines.rst +++ b/developer_manual/getting_started/codingguidelines.rst @@ -55,7 +55,6 @@ Coding * No global variables or functions * Unit tests * HTML should be HTML5 compliant -* Check these `database performance tips `_ * When you ``git pull``, always ``git pull --rebase`` to avoid generating extra commits like: *merged master into master* License headers