Add a link to the `match` statement from its section in the tutorial.
Automerge-Triggered-By: GH:Mariatta
(cherry picked from commit
35f55cc5c690a97853f1b544aac53574ab755b54)
Co-authored-by: William Andrea <william.j.andrea@gmail.com>
:keyword:`!match` Statements
============================
-A match statement takes an expression and compares its value to successive
+A :keyword:`match` statement takes an expression and compares its value to successive
patterns given as one or more case blocks. This is superficially
similar to a switch statement in C, Java or JavaScript (and many
other languages), but it can also extract components (sequence elements or