From 02203d6663c4478f396bdb93c568f1988147adfe Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Tue, 8 Nov 2022 13:36:13 +0100 Subject: [PATCH] docs(readme): remove dead link --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3203015..c5c963e 100644 --- a/README.md +++ b/README.md @@ -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