Add link to the Accumulo Tour

Add link to the Accumulo Tour to the introductory section of the Accumulo-Examples repository. This link provides several more very simple examples for someone interested in getting familiar with Accumulo.
diff --git a/README.md b/README.md
index 7637ce7..f2b23a0 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@
 under development. Additional branches exist for previous releases of the Accumulo 2.x line. For
 example, the `2.0` branch contains examples specifically intended to work with that release version.
 
+The [Accumulo Tour] also provides several simple introductory examples that may be of interest.
+
 A collection of examples for Accumulo 1.10 can be found [here].
 
 ## Setup instructions
@@ -142,3 +144,4 @@
 [ti]: https://github.com/apache/accumulo-examples/workflows/QA/badge.svg
 [tl]: https://github.com/apache/accumulo-examples/actions
 [here]: https://accumulo.apache.org/1.10/examples
+[Accumulo Tour]: https://accumulo.apache.org/tour/