Skip to content

Commit

Permalink
[hotfix] adapt image links in python docs (#1496)
Browse files Browse the repository at this point in the history
Signed-off-by: bossenti <bossenti@posteo.de>
  • Loading branch information
bossenti authored and flomickl committed May 1, 2023
1 parent 1134ae1 commit 064fb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ StreamPipesApiKeyCredentials.from_env(username_env="USER", api_key_env="API-KEY"
`username` is always the username that is used to log in into StreamPipes. <br>
The `api_key` can be generated within the UI as demonstrated below:

![Howto API Key](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)
![Howto API Key](../img/how-to-get-api-key.gif)
2 changes: 1 addition & 1 deletion streampipes-client-python/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ StreamPipesApiKeyCredentials.from_env(username_env="USER", api_key_env="API-KEY"
`username` is always the username that is used to log in into StreamPipes. <br>
The `api_key` can be generated within the UI as demonstrated below:

![Howto API Key](/img/how-to-get-api-key.gif)
![Howto API Key](./img/how-to-get-api-key.gif)

0 comments on commit 064fb9d

Please sign in to comment.