diff --git a/README.md b/README.md index 24ba622..077131d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Usage (computing 24 features: _catch24_ = _catch22_ + mean + standard deviation) pycatch22.catch22_all(tsData,catch24=True) ``` -We also include a 'short name' for each feature for easier reference (as outlined in the GitBook [Feature overview table](https://app.gitbook.com/o/-MfehZqaCWnsSRDIdUG8/s/-MfHFY4lvzOz3IPaA3wm/feature-overview-table)). +We also include a 'short name' for each feature for easier reference (as outlined in the GitBook [Feature overview table](https://time-series-features.gitbook.io/catch22/feature-descriptions/feature-overview-table)). These short names can be included in the output from `catch22_all()` by setting `short_names=True` as follows: ```python3