diff --git a/docs/Reference.md b/docs/Reference.md index 94eda06..6ea8f8d 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -150,10 +150,10 @@ The following **optional** `homeSpan` methods enable additional features and pro * sets an optional user-defined callback function, *func*, to be called by HomeSpan whenever its running state (e.g. WiFi Connecting, Pairing Needed...) changes in way that would alter the blinking pattern of the (optional) Status LED * if *func* is set, it will be called regardless of whether or not a Status LED has actually been defined * this allows users to reflect changes to the current state of HomeSpan using alternative methods, such as outputting messages to an embedded LCD or E-Ink display - * the function *func* must be of type *void* and accept one argument of enum type *HS_STATUS* + * the function *func* must be of type *void* and accept one argument of enum type [HS_STATUS](HS_STATUS.md) * `char* statusString(HS_STATUS s)` - * returns a pre-defined character string message representing *s*, which must be of enum type *HS_STATUS* + * returns a pre-defined character string message representing *s*, which must be of enum type [HS_STATUS](HS_STATUS.md) * typically used in conjunction with `setStatusCallback()` above * `void setPairingCode(const char *s)`