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 11:41:18 UTC

[streampipes] branch rel/0.91.0 updated: [hotfix] adapt image links in python docs

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

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


The following commit(s) were added to refs/heads/rel/0.91.0 by this push:
     new 1008559f8 [hotfix] adapt image links in python docs
1008559f8 is described below

commit 1008559f83e261abce2013e3e93e7e8e93c198e9
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Apr 8 13:41:05 2023 +0200

    [hotfix] adapt image links in python docs
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/docs/getting-started/quickstart.md | 2 +-
 streampipes-client-python/docs/index.md                      | 4 ++--
 2 files changed, 3 insertions(+), 3 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 7f6115a90..f66aa9ca5 100644
--- a/streampipes-client-python/docs/index.md
+++ b/streampipes-client-python/docs/index.md
@@ -19,7 +19,7 @@
 
 <h1 align="center">
   <br>
-   <img src="https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/streampipes-python.png"
+   <img src="./img/streampipes-python.png"
    alt="StreamPipes Logo with Python" title="Apache StreamPipes Logo with Python" width="75%"/>
   <br>
 </h1>
@@ -100,4 +100,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