docs(readme): remove dead link

This commit is contained in:
Julian Lobbes 2022-11-08 13:36:13 +01:00
parent 692acdfa0f
commit 02203d6663

View file

@ -52,15 +52,14 @@ spotifyctl.player_get_track_metadata()
# }
```
Have a look at [the complete API documentation](https://docs.skyforest.net/spotifyctl/index.html)
for a more complete list of API calls.
Note that if the Spotify executable is not running, API calls will throw exceptions.
Have a look at [the code](/spotifyctl.py) or [the complete API documentation](#documentation)
for a more complete list of API calls.
## Documentation
The API documentation is [hosted here](https://docs.skyforest.net/spotifyctl/index.html).
To build it yourself, you can install [pdoc](https://pypi.org/project/pdoc/) and run:
To build the docs, install [pdoc](https://pypi.org/project/pdoc/) and run:
```bash
mkdir doc