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