diff --git a/docs/ServiceList.md b/docs/ServiceList.md
index 69b9aea..e6141f1 100644
--- a/docs/ServiceList.md
+++ b/docs/ServiceList.md
@@ -24,13 +24,8 @@ The pre-defined constant expressions for enumerated Characteristics are in names
[^3]: Note that a Characteristic's pre-defined constants are inherited by objects that you create from that Characteristic. This means that if you create a pointer to the *AirQuality* Characteristic using `Characteristic::AirQuality *air = new Characteristic::AirQuality;` then later in your code you can either say
`air->setVal(Characteristic::AirQuality::GOOD)` or `air->GOOD`. Both will work, but the latter is much easier to type.
-:point_right: For a fully-expanded list of all Services and Characteristics (suitable for searching), click [HERE](ServiceList_Expanded.md) instead.
-
-# Currently-Supported Services and Characteristics
-
-
## Mandatory Services
### AccessoryInformation (3E)
Required Identification Information. For each Accessory in a HomeSpan device this must be included as the first Service.