From 38ba1999779b31013d687ed0d290b77b7f0d14e4 Mon Sep 17 00:00:00 2001 From: damithc Date: Sun, 1 Aug 2021 01:34:02 +0800 Subject: [PATCH] SettingUp.md: Change the tutorial order Let's change the order of tutorials so that 'Add ...' tutorial comes before the 'Remove ...' tutorial. Reason: That way, the 'Remove field' tutorial can be made optional. --- docs/SettingUp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SettingUp.md b/docs/SettingUp.md index 77667c6d5..275445bd5 100644 --- a/docs/SettingUp.md +++ b/docs/SettingUp.md @@ -51,5 +51,5 @@ If you plan to use Intellij IDEA (highly recommended): These tutorials will help you get acquainted with the codebase. * [Tracing code](tutorials/TracingCode.md) - * [Removing fields](tutorials/RemovingFields.md) * [Adding a new command](tutorials/AddRemark.md) + * [Removing fields](tutorials/RemovingFields.md)