docs(readme): remove dead link
This commit is contained in:
parent
692acdfa0f
commit
02203d6663
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue