You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/08 13:12:34 UTC

[streampipes] branch dev updated: [hotfix] adapt image links in python docs (#1496)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 59915fa46 [hotfix] adapt image links in python docs (#1496)
59915fa46 is described below

commit 59915fa46a872995308ae2dbfcd6626e9e30eb90
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Sat Apr 8 15:12:29 2023 +0200

    [hotfix] adapt image links in python docs (#1496)
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/docs/getting-started/quickstart.md | 2 +-
 streampipes-client-python/docs/index.md                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-client-python/docs/getting-started/quickstart.md b/streampipes-client-python/docs/getting-started/quickstart.md
index 02fd517cc..cef53c1f9 100644
--- a/streampipes-client-python/docs/getting-started/quickstart.md
+++ b/streampipes-client-python/docs/getting-started/quickstart.md
@@ -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)
\ No newline at end of file
+![Howto API Key](../img/how-to-get-api-key.gif)
\ No newline at end of file
diff --git a/streampipes-client-python/docs/index.md b/streampipes-client-python/docs/index.md
index 727668b2c..4ccf4a0c0 100644
--- a/streampipes-client-python/docs/index.md
+++ b/streampipes-client-python/docs/index.md
@@ -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)
\ No newline at end of file
+![Howto API Key](./img/how-to-get-api-key.gif)
\ No newline at end of file