Fix broken anchors

This commit is contained in:
2025-01-04 11:18:47 -05:00
parent 544d60c702
commit df81833d2c
3 changed files with 4 additions and 4 deletions

View File

@ -36,9 +36,9 @@ So while the ending number is **not useful in any medical context**, it is still
## Getting the data
[Fitbit](https://www.fitbit.com/) has an [API available](https://dev.fitbit.com/) for people to pull their personal data off the system. It requires registering an application, authentication with OAuth, and some other complicated things. **If you're not interested in how I fetch the data, skip [here](#Wild-Extrapolations-from-Small-Data)**.
[Fitbit](https://www.fitbit.com/) has an [API available](https://dev.fitbit.com/) for people to pull their personal data off the system. It requires registering an application, authentication with OAuth, and some other complicated things.
## Registering an application
### Registering an application
I've already [registered a personal application](https://dev.fitbit.com/apps/new) with Fitbit, so I can go ahead and retrieve things like the client secret from a file.